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] Customizing header alignment with image


There is no "vertical-align" property in XSL-FO.  You are looking for 
display-align, whose enumerated values are:

 auto | before | center | after | inherit

You want "after" instead of bottom.  A good reference is necessary when 
working with XSL-FO.  I use the original specification at:

http://www.w3.org/TR/xsl/

In particular, see Appendix D, Property index.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "spr" <spremi@yahoo.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Thursday, October 04, 2007 10:43 AM
Subject: [docbook-apps] Customizing header alignment with image


>
> When I add an image to page header, the text is aligned on top of the 
> header
> table.
>
> Have tried following, without success:
>  <xsl:attribute-set name="header.table.properties">
>    <xsl:attribute name="table-layout">fixed</xsl:attribute>
>    <xsl:attribute name="background-color">yellow</xsl:attribute>
>    <xsl:attribute name="vertical-align">bottom</xsl:attribute>
>  </xsl:attribute-set>
>
> As you can see in attached image, the chapter title is on top of table.
> Would like to align with base of image (shown with red line).
>
> http://www.nabble.com/file/p13045056/header-curr..png
>
> Ideas?
>
> ~spr
> -- 
> View this message in context: 
> http://www.nabble.com/Customizing-header-alignment-with-image-tf4570315.html#a13045056
> Sent from the docbook apps mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
> 




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