Norman Walsh <[EMAIL PROTECTED]> :
> Are you setting $page.margin.inner or $page.margin.outer in your
> customization layer?
>
> I don't see anywhere in the stylesheets where "0" is used for a left
> or right margin.

Looks like there can be either problem on my side and on stylesheets side. I
have diged my customization again and found separated old entry:

<xsl:param name="title.margin.left">0</xsl:param>

I have changed it to:

<xsl:param name="title.margin.left">0cm</xsl:param>

and all mentioned warnings are no more generated. The problem is: when I added
unit only for ".left" side why both sides as "margin-left" and "margin-right"
were influenced ? Is everything fine in that matter ?

ABX

Reply via email to