Next in thread → Next in month →

Re: DOCBOOK-APPS: website newbie

From
Kevin Dunn <>
Date
2002-08-15T20:18:29+00:00
ID
Thread
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
--
Next in thread → Next in month →