Forum Moderators: not2easy

Message Too Old, No Replies

page break after

         

cocoy

12:57 pm on Sep 9, 2005 (gmt 0)

10+ Year Member



is there a way we can avoid the page break after the header tag?

page-break-after: avoid; is not working with IE.

please help.

collymellon

2:09 pm on Sep 9, 2005 (gmt 0)

10+ Year Member



I assume you mean line-break?

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..

cocoy

6:10 am on Sep 10, 2005 (gmt 0)

10+ Year Member



thanks! it does help. :)