Thanks Mark - tried different browsers and have changes page options as well. Seems there is no shortcut but time, as you found out.
Weedpacket - I am coding in php and is populating the table from a db.I am using
for ($p=0;$p<3;$p++ )
{
echo "<tr><td>$title $fname $sname<br>$posts<br></td></tr>";
}
to get three columns across. However, once you get the required number of rows to fit on a page by manipulating , for example, the cellpadding, on the next page it is slightly out, the error being compounded with further pages.
Thus, my request for a php way to print A4 size tables.