Re: [docbook-apps] Customizing header alignment with image

From
spr <>
Date
2007-10-05T11:05:39+00:00
ID
Thread
Re: [docbook-apps] Customizing header alignment with image
This didn;t work either:
  <xsl:attribute-set
    name    = "header.table.properties">
    <xsl:attribute
      name  = "table-layout">fixed</xsl:attribute>
    <xsl:attribute
      name  = "width">100%</xsl:attribute>
    <xsl:attribute
      name  = "background-color">yellow</xsl:attribute>
    <xsl:attribute
      name  = "alignment-adjust">alphabetic</xsl:attribute>
    <xsl:attribute
      name  = "display-align">after</xsl:attribute>
  </xsl:attribute-set>

Added attribute alignment-adjust in addition to display-align as well...
:( spr


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


-- 
View this message in context: http://www.nabble.com/Customizing-header-alignment-with-image-tf4570315.html#a13057321
Sent from the docbook apps mailing list archive at Nabble.com.