Menu

#789 formal.title.properties text-align not work in HTML

output: HTML
closed-invalid
XSL (1066)
5
2006-07-03
2006-06-26
qzq
No

<xsl:attribute-set name="formal.title.properties">
<xsl:attribute name="text-
align">center</xsl:attribute>
</xsl:attribute-set>

not work when output is HTML/HTMLhelp, but it works
in FO/PDF.

Discussion

  • Robert Stayton

    Robert Stayton - 2006-07-03
    • assigned_to: nobody --> bobstayton
    • status: open --> closed-invalid
     
  • Robert Stayton

    Robert Stayton - 2006-07-03

    Logged In: YES
    user_id=193218

    There is no attribute-set named 'formal.title.properties'
    in the HTML stylesheet. In general, there are very few
    attribute-sets in the HTML stylesheet because the best way
    to control style in HTML is through a CSS. So create a
    CSS and add selectors to handle your formal titles using
    the class attributes generated by the stylesheet.