Applesauce17
07-03-2003, 12:20 AM
I made a table layout and need the background for the two pink columns to go all the way to the bottom of the screen. What's the code I need to use? (here's the coding)
<html>
<body bgcolor="#763D3D">
<center>
<div style="position:absolute; top:30; left:139; width:500; z-index:1;">
<table cellpadding="0" cellspacing="0" border="0" width="500" height="100%">
<tr><td height="382" colspan="4"><img src="http://real-^^^^^.net/rbbrushes/obloom1.png" width="500" height="382"></td></tr>
<tr>
<td width="155" valign="top" background="left.png">
<!-- XTRA!!! -->
</td>
<td width="7" background="middle.png"> </td>
<td width="338" valign="top" background="right.png">
<!-- CONTENT!!! -->
</td>
</tr>
</table>
</div>
</center>
</html>
<html>
<body bgcolor="#763D3D">
<center>
<div style="position:absolute; top:30; left:139; width:500; z-index:1;">
<table cellpadding="0" cellspacing="0" border="0" width="500" height="100%">
<tr><td height="382" colspan="4"><img src="http://real-^^^^^.net/rbbrushes/obloom1.png" width="500" height="382"></td></tr>
<tr>
<td width="155" valign="top" background="left.png">
<!-- XTRA!!! -->
</td>
<td width="7" background="middle.png"> </td>
<td width="338" valign="top" background="right.png">
<!-- CONTENT!!! -->
</td>
</tr>
</table>
</div>
</center>
</html>