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



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
bobs@sagehill.net

-- 
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.



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