Why is it that my left aligned section titles start an extra inch to the left of all the left-justified body text? Also, they are to the left of the header and footer lines. Is this by design, or did I possibly break something in my custimization layer?
Brian
Try setting the title.margin.left parameter so something smaller (at least this worked for me), the default is -4pc
<xsl:param name="title.margin.left" select="'-0.1in'" />
Cheers
Bernd