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] | [List Home]


Subject: Re: [docbook-apps] Table Font


On Tuesday 24 August 2004 15:24, Irene Higson wrote:
> Hi,
>
> Another beginner's question:
>
> Is there any way of adjusting the placement of the information in the
> <thead> tags in tables?
> I would like the 'headers' in the tables to be centered.

You could do this using an CSS stylesheet, I do similar things like this.  
The following, in a customisation layer, will set your CSS stylesheet to 
"style.css".  I assume you are using DocBook XSL.

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

More on customization layers and DocBook XSL is here:

http://www.sagehill.net/docbookxsl/CustomMethods.html#CustomizationLayer

Hope that helps,

David


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