space???? WHY???

Hi. I'm having some problems with the new layout I'm working on for my personal site. I have a table, w/ images inside the table, and also in one of them, I have an IFRAME and in another, I have an Image Map. Before I did the coding for the Image map, all of my images 'touched' each other (no cellspacing/padding). Now, the image that contains the image map isn't 'touching' the rest of the images anymore.<br />
<br />
I've attached a picture of what I mean... And also.. here is the coding for the table... it contains the entire layout.<br />
<br />
<center><br />
<table border="0" width="600" cellspacing="0" cellpadding="0" height="400"><br />
<tr><br />
<td width="600" colspan="2" height="26" valign="top"><font size="1" face="Verdana"><br />
<br />
<IMG NAME="a0" SRC=http://www.htmlforums.com/archive/index.php/"1.png" width="600" height="26" BORDER="0" USEMAP="#1"><br />
<br />
<MAP NAME="1"><br />
<AREA SHAPE="rect" COORDS="6,1,51,22" HREF=http://www.htmlforums.com/archive/index.php/"main.html" TARGET="main" ALT="Main"><br />
<AREA SHAPE="rect" COORDS="54,1,100,24" HREF=http://www.htmlforums.com/archive/index.php/"/blog/index.html" TARGET="main" ALT="Blog"><br />
<AREA SHAPE="rect" COORDS="104,1,171,21" HREF=http://www.htmlforums.com/archive/index.php/"interact.html" TARGET="main" ALT="Interact"><br />
<AREA SHAPE="rect" COORDS="179,2,221,21" HREF=http://www.htmlforums.com/archive/index.php/"links.html" TARGET="main" ALT="Links"><br />
<AREA SHAPE="rect" COORDS="228,2,280,20" HREF=http://www.htmlforums.com/archive/index.php/"ezboard.html" TARGET="_blank" ALT="Message Board"><br />
<AREA SHAPE="rect" COORDS="287,2,371,24" HREF=http://www.htmlforums.com/archive/index.php/"gbook.html" TARGET="_blank" ALT="Guestbook"><br />
</MAP></font></td><br />
</tr><br />
<tr><br />
<td width="310" height="373" valign="top"><font size="1" face="Verdana"><iframe name="main" src=http://www.htmlforums.com/archive/index.php/"index2.html" frameborder="0" width="310" height="374" scrolling="yes"></font></iframe></td><br />
<td width="288" valign="top" height="374"><font size="1" face="Verdana"><img border="0" src=http://www.htmlforums.com/archive/index.php/"3.png" width="289" height="374"></font></td><br />
</tr><br />
</table><br />
</center><br />
<br />
<br />
Thanks for your time. :)<!--content-->?????<br />
<br />
Can anybody help? I really need to get this problem fixed.<br />
<br />
Thanks.<!--content--><IMG NAME="a0" SRC=http://www.htmlforums.com/archive/index.php/"1.png" width="600" height="26" BORDER="0" USEMAP="#1"><br />
<br />
<br />
do you really want the image to be exactly the same as the table? <br />
<br />
<br />
<br />
<br />
<td width="310" height="373" valign="top">...<br />
<td width="288" valign="top" height="374">...<br />
<br />
<br />
These cells have 2 different heights.<br />
<br />
<br />
I am not sure about the image map - never used one myself. I did find the information about them at <!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/html40/special/map.html">http://www.htmlhelp.com/reference/html4 ... l/map.html</a><!-- m --> , though.<br />
<br />
Hope you find this helpful.<!--content-->hm.... I'll have to check that out. I didn't realize those two cells were different sizes... but I don't see how that would cause a space on the top cell, since those other two cells have nothing to do w/ the cell that holds the image map. (and i know the image map coding has to be correct because I used PSP's image mapper to create it.)<br />
<br />
But I'll play around and see.<br />
<br />
Thanks.<!--content-->do you have a link?<br />
<br />
I realize it is a personal site but with out the images it is kind of hard to see waht is going on.<br />
<br />
<br />
edit: add border=0 to the iframe<!--content-->http://apparitions.abbeyhosiery.com/testing/<br />
<br />
I only uploaded the necessary files.<!--content-->your map is causing the break. take the map out and put it above the table. it will still work.<!--content-->*sigh* I still am not doing something right...<br />
<br />
I took the map out of the table, and it's still giving me a space. Only this time, between the map and the table.<br />
<br />
(check the link I gave above. I reuploaded the file with my changes.)<!--content-->no, I said just the map. leave the image in the table like you had it. you can put the map clear at the bottom and the image at top and it will still work.<!--content-->omg... that worked. Thanks SO MUCH for all of your help and your patience. :) I really appreciate it. :D<!--content-->
 
Back
Top