This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]