Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Page breaks and default to bottom 1

Status
Not open for further replies.

tlmm

Programmer
Mar 25, 2004
45
CA
I have two questions:

1. Can someone tell me how to code for automatic page breaks? For example, if I am designing a web page that I want users to be able to print off, how can I put in breaks so that I can say which info appears on which printed page? Currently I am using the code below but it is not working.

<br clear=all style='page-break-before:auto;
mso-break-type:section-break'>

2. I am also wondering how to default a table to the bottom of the page. On one page, there is certain info that I want at the very bottom of the page, but can't figure out how to do it.

Thanks!
 
try this:

insert this line in the code where ever you want the break.

<p style="page-break-after: always">


VJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top