I print many divs with style  page-break-after: always;
so my structure is like this

<div style=" page-break-after: always;">
content4
</div>
<div style=" page-break-after: always;">
content3
</div>
<div style=" page-break-after: always;">
content2
</div>
<div style=" page-break-after: always;">
content1
</div>

I want to put a page footer in all pages, How to do it?

thanks

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to