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