nikko50
11-01-2004, 01:40 PM
I have a scrollable table that works except that the table now prints about 20 lines below where it should on the page. There is a gap of 20 lines on the page from where the last table ends and the new scrollable table begins.I can't figure out why the scrollable table is doing this. Please help.
</table>
</td>
</tr>
</table>
<?
print "<div style='overflow: auto; width: 700px; height: 500; padding:0px; margin: 0px '>";
print "<TABLE class='sql' cellpadding=2 cellspacing=0 align='center' border=0 width=98% bgcolor=#FFFFFF style=\"behavior:url(tablehl.htc) url(sort.htc);\" slcolor='#9999ff' hlcolor='#9999ff' >";
</table>
</td>
</tr>
</table>
<?
print "<div style='overflow: auto; width: 700px; height: 500; padding:0px; margin: 0px '>";
print "<TABLE class='sql' cellpadding=2 cellspacing=0 align='center' border=0 width=98% bgcolor=#FFFFFF style=\"behavior:url(tablehl.htc) url(sort.htc);\" slcolor='#9999ff' hlcolor='#9999ff' >";