| Posted: 12 May 2006 13:02 | |
|
Registered User Currently Offline |
Posts: 5 Join Date: Feb 2006 |
Hello everybody, i need a little bit help with the PDF output. I tried to get the text in the PDF-File in the middle of the document but it is still on the left edge of it. Did someone know how i can align the text in the middle? You know, it doesn't look really good when there is no space between teh text/pictures an the edge of the document. Thanks to all!!! Kind regards, Haukinator85 |
|
| Posted: 23 May 2006 01:03 | |
|
Registered User Currently Offline |
Posts: 14 Join Date: Mar 2006 |
|
In case you haven't found a solution yet, I have added the following to my stylesheet/custom.xsl:
Code:
<!-- added "in" on next line per http://www.e-novative-forum.com/article34.htm 2 006-03-26 --> <xsl:param name="title.margin.left">0in</xsl:param> |
|