View Full Version : tables offset...again


The master
07-04-2003, 06:49 PM
I made a new design ( http://www.freewebs.com/hilaryd4you/newdesign.htm ) and it all worked out great, but when i put in the image map ( top image navigation ) the tables became offset. Anyone know how to fix this?

( TABLE CODE )

<!-- Begin Table -->
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="750" HEIGHT="425">

<TR>
<TD ROWSPAN="1" COLSPAN="3" WIDTH="750" HEIGHT="94"><IMG NAME="newdesign03_1x10" SRC="newdesign03_1x1.jpg" WIDTH="750" HEIGHT="94" BORDER="0" USEMAP="#newdesign03_1x1">
<MAP NAME="newdesign03_1x1">
<AREA SHAPE="poly" COORDS="324,88,324,75,250,76,251,90" HREF="http://www.freewebs.com/hilaryd4you/Hilary.html" TARGET="inlineframe" ALT="Hilary">
<AREA SHAPE="poly" COORDS="357,78,357,91,420,90,419,77" HREF="http://www.freewebs.com/hilaryd4you/media.html" TARGET="inlineframe" ALT="Media">
<AREA SHAPE="poly" COORDS="445,78,445,91,559,91,560,74" HREF="http://www.freewebs.com/hilaryd4you/interact.html" TARGET="inlineframe" ALT="Interact">
<AREA SHAPE="poly" COORDS="677,74,676,90,588,90,587,72" HREF="http://www.freewebs.com/hilaryd4you/theweb.html" TARGET="inlineframe" ALT="The Web">
<AREA SHAPE="poly" COORDS="707,77,710,91,745,90,744,76" HREF="http://www.freewebs.com/hilaryd4you/us.html" TARGET="inlineframe" ALT="Us"></MAP></TD></TR>
<TR>
<TD ROWSPAN="2" COLSPAN="1" WIDTH="257" HEIGHT="331"><IMG NAME="newdesign031" SRC="newdesign03_2x1.jpg" WIDTH="257" HEIGHT="331" BORDER="0"></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="483" HEIGHT="247"><iframe src="http://www.freewebz.com/sclub74you/news.html" name="inlineframe" width="483" height="247" frameborder="0" style="border: 0 solid #ff33cc"></iframe></TD>
<TD ROWSPAN="1" COLSPAN="1" WIDTH="10" HEIGHT="247">
<IMG NAME="newdesign033" SRC="newdesign03_2x3.jpg" WIDTH="10" HEIGHT="247" BORDER="0"></TD>
</TR>

<TR>
<TD ROWSPAN="1" COLSPAN="2" WIDTH="493" HEIGHT="84">
<IMG NAME="newdesign034" SRC="newdesign03_3x1.jpg" WIDTH="493" HEIGHT="84" BORDER="0"></TD>
</TR>

</TABLE>
<!-- End Table --></centeR>

kittycat
07-04-2003, 06:55 PM
Move the image map code so it's after all the table coding, it doesn't matter where it's located on the page.

The master
07-04-2003, 07:05 PM
lol, i'm sorry, but i don't get it :s.

kittycat
07-04-2003, 07:13 PM
Take the image map code, the part between <map> and </map>, and move it so it's after all the table coding, where it says <!-- end table --> in your code. It won't matter if you move the map code there, since it's not necessary for it to be directly after the image that it corresponds with.

The master
07-04-2003, 07:42 PM
ok, lol sorry i'm slow ( blonde )...it worked...thanks alot :D