Hello,
I'm experimenting with table headers/footers, and can't get it to work! My objective is to repeat the header and footer when the table spans multiple pages. Below is my sample that I'm playing with. When I go into print preview, it shows the header on the first page, and the footer on the last page. Hmph!
Note: I know I'm not closing my internal table element tags. I saw a reference that says this is valid, and it is so much cleaner to look at. (my problem exists even with all these closing tags present).
-with thanks
<HTML><HEAD>
<TITLE>My Title</TITLE>
</HEAD>
<BODY>
<table border="1" width="75%" rules="groups">
<thead><tr><th>Header line for table
<tfoot><tr><th>Footer line for table
<tbody>
<tr><td>This table is where the line items for the report would go
<tr><td>(obviously, the border lines would be hidden)<br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
</table>
</BODY></HTML>
I'm experimenting with table headers/footers, and can't get it to work! My objective is to repeat the header and footer when the table spans multiple pages. Below is my sample that I'm playing with. When I go into print preview, it shows the header on the first page, and the footer on the last page. Hmph!
Note: I know I'm not closing my internal table element tags. I saw a reference that says this is valid, and it is so much cleaner to look at. (my problem exists even with all these closing tags present).
-with thanks
<HTML><HEAD>
<TITLE>My Title</TITLE>
</HEAD>
<BODY>
<table border="1" width="75%" rules="groups">
<thead><tr><th>Header line for table
<tfoot><tr><th>Footer line for table
<tbody>
<tr><td>This table is where the line items for the report would go
<tr><td>(obviously, the border lines would be hidden)<br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
<tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br> <tr><td><br>
</table>
</BODY></HTML>