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: html cosmetics


Best to do that with css. 

Assuming you're using xsl, in your customization layer either point to a
.css file:

<xsl:param name='html.stylesheet' select="'your.css'"/>

Or embed the css directly in each html page (handy if you want to email
the html file as if it were a .doc):

<xsl:template name="user.head.content">
<style type="text/css">
<!-- your css here -->
</style>
</xsl:template>

Also see Dave Pawson's faq
http://www.dpawson.co.uk/docbook/styling/html.html#d64e187

David

-----Original Message-----
From: G.L. Grobe [mailto:gary@grobe.net]
Sent: Thursday, December 06, 2001 9:05 PM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: html cosmetics


I've finally got the hang of building some documentation, took awhile,
but
now another question ...

Anyone have any references of where I may be able to look about how to
properly add background colors, shade in those example text areas, font
sizes, etc.. cosmetic things.

Any help much appreciated!



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


Powered by eList eXpress LLC