Html help required.
Posted: Thu Jan 25, 2007 7:11 am
I need to have a small site done by this evening. I finished the layout design, but I'm having trouble setting up the base table for it, I just can't remember how to get it done right. Haven't toyed with websites in several years, so I'm a little rusty.
This is how the table is supposed to be organized:
http://i119.photobucket.com/albums/o136 ... /HELP1.gif
This is the code I used:
This is how it looks:
http://i119.photobucket.com/albums/o136 ... /helpp.gif
I placed a red arrow next to some mysterious extra cell spacing that appeared right above the 'TOP BAR' cell. I feel like I'm missing something, but my O'Reilly html bible doesn't seem to mention anything about this. I could use a little help, I've wasted too much time on this already.
This is how the table is supposed to be organized:
http://i119.photobucket.com/albums/o136 ... /HELP1.gif
This is the code I used:
Code: Select all
<TABLE BORDER HEIGHT=477 WIDTH=601>
<TD ROWSPAN=3>MENU CELL</TD>
<TD ROWSPAN=3>MENU CELL2</TD>
<TR><TD>TOP BAR</TD></TR>
<TR><TD>MIDDLE</TD></TR>
<TR><TD>BOTTOM BAR</TD></TR>
<TD ROWSPAN=3>MENU CELL3</TD>
</TABLE>
http://i119.photobucket.com/albums/o136 ... /helpp.gif
I placed a red arrow next to some mysterious extra cell spacing that appeared right above the 'TOP BAR' cell. I feel like I'm missing something, but my O'Reilly html bible doesn't seem to mention anything about this. I could use a little help, I've wasted too much time on this already.