Hello Again!
I am currently redesigning my website where the heading of my page consists of a table for the navigation structure. I am having a problem, however, with the images lining up. I can't get the white space between the top and the bottom to go away. Also, how can I get the table to go right below the header image so there is absolutely no white space. Absolute positioning?
Here is the webpage:
http://WiseWizards.tripod.com/NewDesign/index.html
And for reference, here is the code:
- Code: Select all
[img]Images/Header.gif[/img]
<TABLE BORDER="0" FRAME="none" RULES="void" WIDTH="775" HEIGHT="82" CELLSPACING="0" CELLPADDING="0" HSPACE="0" VSPACE="0">
<TR>
<TD COLSPAN="14" ALIGN="bottom">[img]Images/F0F0F0.gif[/img]</TD>
<TD ROWSPAN="3">[img]Images/Bump.gif[/img]</TD>
</TR>
<TR>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Home.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Services.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Portfolio.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Prices.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Order.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Webmasters.gif[/img]</TD>
<TD>[img]Images/F0F0F0.gif[/img]</TD>
<TD>[img]Images/Contact.gif[/img]</TD>
</TR>
<TR>
<TD COLSPAN="14" ALIGN="top">[img]Images/F0F0F0.gif[/img]</TD>
</TR>
</TABLE>
Thanks & Regards,
Mike