Friday 09 June 2006 10:53:45 am
I have been trying to figure this out for a week now and continue to run into problems. I want to replace the top of the page with a table of images and some other. Here is the html code I'm trying to use:
<TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="http://www.website.com/images/top_01.jpg" WIDTH=315 HEIGHT=85 ALT=""></TD>
<TD>
<IMG SRC=" SRC="http://www.website.com/images/top_02.jpg" WIDTH=435 HEIGHT=85 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC=" SRC="http://www.website.com/images/top_03.jpg" WIDTH=750 HEIGHT=34 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=2>
<IMG SRC=" SRC="http://www.website.com/images/top_04.jpg" WIDTH=750 HEIGHT=41 ALT=""></TD>
</TR>
</TABLE>
When I insert this code or any attempt to get this to work I get a blank area at the top. Can someone please guide me in the right direction? I've tried my best to understand the instructions in the documentation...
|