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


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