My understanding of the <THEAD> tag is that when there are printed page
breaks, the browser will split the table and put the contents of
<THEAD></THEAD> on the top of each page automatically.  Yah, right!

<table width="75%" border="1">
<thead>
  <tr>
    <th colspan="2">THIS IS PAGE HEADER</th>
  </tr>
</thead>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>

Am I dreaming, or is this tag not supported in ie 5 and newer?

Thanks and sorry, but I know this list has the answers!

Chuck Lockwood
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LockData Technologies, Inc.
309 Main Avenue, Hawley, Pa 18428
570-226-7340 ~ Fax: 570-226-7341
[EMAIL PROTECTED] ~ www.lockdata.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to