View Full Version : What's wrong?


Naquedon
09-28-2003, 03:34 PM
I used to be good at HTML and I havn't done it for ages, anyway, i am trying to make a site but something is wrong and i don't know what...

this is how my site looks: http://www.geocities.com/mick_daman_2k/index.htm

and this is a rough sketch of what i intended it to look like: http://www.geocities.com/mick_daman_2k/sketch.htm

please help me!

I am aware that I spelled nonsense wrong...

Please use the Edit button instead of replying within 5 minutes of posting.
-Moderator

Alcy
09-29-2003, 04:18 AM
You forgot to specify a rowspan for the second column ^__^
<TR>
<TD BGCOLOR="000080" WIDTH="150" HEIGHT="25"><FONT COLOR="ORANGE" FACE="ARIAL" SIZE="3"><B>Navigation</B></FONT></TD>
<TD ROWSPAN="3" BGCOLOR="FFFFFF">


<TABLE BORDER="0" CELLPADDING="10" CELLSPACING="0">
<TR>
<TD BGCOLOR="LIGHTBLUE" WIDTH="580" HEIGHT="10" ROWSPAN="3"></TD>
</TR>
</TABLE>

</TD>
</TR>
<TR>
<TD BGCOLOR="ORANGE" WIDTH="150" HEIGHT="3"></TD>
</TR>
<TR>
<TD BGCOLOR="LIGHTBLUE" WIDTH="150" HEIGHT="400" ROWSPAN="2"></TD>
</TR>