On my website, I’m using a table that has 4 cells. 1 that spans across the lower three. Anyways, there’s a gap between the top table and the bottom ones. Here’s the url (there’s no actual images, but that shouldn’t matter as the gap is still there):
You can see the gap if you highlight the top left image and the one right below it. The idea being, in the finale website, that those two images will lineup to create one seamless image. Oh, and as you’ll see, I turned borders off and am also using the Valign command, yet they haven’t solved the problem.
That worked great for that test page, but when I tried to apply it to my actual site (which is a bit more complex) it didn’t work. Here, I’ll just link directly to my site:
Thanks though, as I did not know a gap such as that will cause a space, and it should have solved the problem on my actual page. I have no idea why it didn’t.
Note to the mods: I just realized that my above post could be mistaken for me whoring my website. I can assure you it’s not, the site isn’t even functional and you guys aren’t even my target demographic
Well, I replaced the code with what you provided, but the gap is still there. I even tried deleting the white space in front of the cell commands to see if that made a difference, but it didn’t.
Thanks for the help, odds are I messed the code up somewhere.
You’re specifying that the top image is to have a height of 63 pixels, but the picture is only 62 pixels high, so the browser is attempting to resize the image.
Actually what you have (after a few hours of experimentation) is a problem with Internet Explorer.
If you view your website through Opera or Netscape 7.1, that additional space between the two tables is not there.
It seems to be related specifically to the map tag. When I remove all the map attributes the problem goes away in IE.
If this really bothers you, you will probably need to seek an alternative to using maps.
Given your hyperlink areas are discrete, maybe you should consider making each one an image in its own right and using the image as a hyperlink rather than setting map coords.
Sorry I can’t help more, but this look like the browser issue rather than your HTML.
Wow, you really didn’t have to invest so much time into it, though I really appreciate it. Very interesting that the map is causing the problem in Internet Explorer and not other browsers.
Anyways, I’m thinking I might just learn, and subsequently use CSS as I’ve heard it’s better suited to what I’m doing than tables are.
Instead of getting rid of the maps, you could just move them. They don’t need to be physically near the image they describe in order to work. Simply take everything between the <map> and </map> tags and place those in another part of your document (preferably closer to the top of the document.)