OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: website newbie



>Thanks. Everything seems to be working now. At >nwalsh.com there is a left margin in the body of >the webpage. At docbook.sourceforge.net and in the >example website, the body text is flush against the >toc. I can see how the html implements that space, >but I don't see how to do this with layout.xml (or >css or whatever actually accomplishes this). Any >help?

Ok, found it in tabular.xsl:

<xsl:attribute-set name="table.properties">
  <xsl:attribute name="border">0</xsl:attribute>
  <xsl:attribute name="cellpadding">10</xsl:attribute>
  <xsl:attribute name="cellspacing">10</xsl:attribute>
  <xsl:attribute name="width">100%</xsl:attribute>
</xsl:attribute-set>

--
Kevin M. Dunn
Professor of Chemistry
Hampden-Sydney College
--


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC