Bob Stayton wrote:
> I'm not sure what you tried, but the following works for me in FOP, XEP, and
> XSL Formatter to place a blue color block next to the component title:
>
> <xsl:attribute-set name="component.title.properties">
> <xsl:attribute name="border-left">30pt solid blue</xsl:attribute>
> <xsl:attribute name="padding-left">5pt</xsl:attribute>
> <xsl:attribute name="padding-top">5pt</xsl:attribute>
> <xsl:attribute name="start-indent"><xsl:value-of
> select="$title.margin.left"/> + 35pt</xsl:attribute>
> </xsl:attribute-set>
Thanks Bob!
I saw your mail after I've sent my last mail to the list.
Your solution is better, because you take care for the title.margin.left
value. But the problem (as described in my last mail) is still present,
if I set a background-color :-(
regards
Marco