D
Daisy
This is the first time I use this tag: <thead>, my code much like this:
<html>
<head>
</head>
<body>
<table>
<thead>
<tr>
<td>FA</td>
<td>FB</td>
<td>FC</td>
</tr>
</thead>
<tbody>
<tr>
<td>CA</td>
.........
........
</tbody>
</table>
</body>
</html>
But I find that the <thead> doesn't work. Actually, in my code, the table is
very long and is broken into two pages when printed, but I can't see the
table head in the second page. I am using IIS6.0 and windowse server 2003.
Does IIS6.0 and windowse server 2003 support <thead> ?
Thanks!!
<html>
<head>
</head>
<body>
<table>
<thead>
<tr>
<td>FA</td>
<td>FB</td>
<td>FC</td>
</tr>
</thead>
<tbody>
<tr>
<td>CA</td>
.........
........
</tbody>
</table>
</body>
</html>
But I find that the <thead> doesn't work. Actually, in my code, the table is
very long and is broken into two pages when printed, but I can't see the
table head in the second page. I am using IIS6.0 and windowse server 2003.
Does IIS6.0 and windowse server 2003 support <thead> ?
Thanks!!