Quote:
Originally Posted by charleski
Unfortunately, you've run into a bug in ADE in which margin-top values are disregarded after a css pagebreak.
|
While I agree it can be annoying, it's not a bug, it's allowed by the CSS spec:
When an unforced page break occurs here, the used values of the relevant 'margin-top' and 'margin-bottom' properties are set to '0'. When a forced page break occurs here, the used value of the relevant 'margin-bottom' property is set to '0'; the relevant 'margin-top' used value may either be set to '0' or retained.