Forum Moderators: not2easy
page-break-after: avoid; is not working with IE.
please help.
You can clear the margins on your header element to get the effect I think your after:
h1{ font-family: verdana, arial; font-size: 150%; color: #000; margin: 0; }
Hope this helps..