View Full Version : Tables Help!


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">&nbsp;</td>
<td width="338" valign="top" background="right.png">

<!-- CONTENT!!! -->

</td>
</tr>

</table>
</div>
</center>

</html>

Kaliyoda
07-03-2003, 07:52 AM
Hmmmm.....

I see no pink columns. Just a square table and a mucky brown background.

BTW - using .png files is not a good idea!

amicus
07-03-2003, 04:44 PM
i agree no pink columns, only mucky brown :) and you only have 3 columns not 4 so your doing a 'colspan' over 1 to many columns.