Volv
Skinning Contest Winner
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
|
RE: Tables Overflow Help
code: <table width="98%" height="200" border="1">
<tr>
<td width="24%" valign="top">Left Column</td>
<td name="main" width="100%" height="200" align="left" valign="top" style="overflow: auto;">
<div align="left" style="height: 200px; overflow: scroll;">
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test<br />
test
</div>
</td>
</tr>
</table>
|
|