I need to print header of my html table on every page. After googling I've fount that placing table head between <thead></thead>
and table body between <tbody></tbody>
tags is just ehough... Enough if <td>
in table head has same border-width: style property as <td>
in <tbody>
tag. If not, all vertical lines of table has the same border-width: as <td>
in <thead>
has. If I'm adding empty <tr></tr>
after head vertical lines not printed. Can anyone provide code that prints correctly in FF or google chrome.