View Full Version : *growls*


poshtotty
01-14-2003, 09:56 PM
When I use this code one of the cells on the second row is isolated.
Anyone know what I'm doing wrong?


<table bgcolor="#64A1D4" width="790" cellspacing="1"

cellpadding="5" border="1" bordercolor="000000">
<tr colspan=3 width="100%" height="115">
<td bgcolor="#E2EFFA" width="70%">SITE HEADER

BANNER:<BR>X-TIAN YOUTH<BR>X-TREME X-TIAN YOUTH

COMMUNITY</td>
<td bgcolor="#E2EFFA" width="30%">REGISTER/LOGIN

BOX</td></tr>
<tr bgcolor="#E2EFFA" width="100%">
<td bgcolor="#E2EFFA" width="15%">navigation</td>
<td bgcolor="#E2EFFA" width="70%">content</td>
<td bgcolor="#E2EFFA" width="15%">affiliates/links</td>
</tr>
</table>

Dude128
01-15-2003, 03:52 AM
I'm not really sure what you mean by 'isolated', but it looks like you're trying to have 4 cells on the top but only 3 in the second row. also, I believe the colspan attribute should go in the <td> tag