View Full Version : Table help...


AirBloke
07-15-2003, 12:42 AM
Hello.

I've recently decided to restart my website, and I've managed to make somewhat of a layout so far. I seem to have some sort of problem with my tables though.

Whenever I add an image to a table, the table will stretch itself an extra 1 or 2 pixels. Nothing goes in this area, not even the picture. It's not really noticable, but I always look at it and hate it because I know it is there. Does anyone know how to fix this? I suppose I could post an example if needed.

lefty
07-15-2003, 01:13 AM
try adding cellspacing=0 to your <table> code... I'm pretty sure it automatically adds some extra space in there.

AirBloke
07-15-2003, 07:17 AM
Yeah, I've done that. It is a curse that seems to just effect me, because once my friend stole my website and the space was mysteriously gone on his :(. He used the exact same HTML and such too.

My code already has cellspacing=0, cellpadding=0, and border=0.

Oh yes, sorry for posting in the wrong forum. I haven't been here in ages and I forgot.

lefty
07-16-2003, 12:34 AM
quite all right. ;) Mind posting your entire code and/or the page it's on?

AirBloke
07-16-2003, 10:05 PM
Sure, I'll have to upload it all. I'll edit this post with an address later.

AirBloke
07-17-2003, 06:19 AM
http://www.negative0.no-ip.com/fatjeff/

is the site with the cursed tables.

Maybe it's just my computer, but select all the images at the top. The table continues just a slight bit after each one...actually, this isn't really a problem. It looks fine to me.

kittycat
07-17-2003, 04:06 PM
It might be because of the image map code in there... maybe try moving it before or after the table code to see if the space is eliminated.

AirBloke
07-17-2003, 06:55 PM
Hm...I dunno about that, because I added the image map stuff image last, and it was still on all the other ones. :(

This is somewhat of an impossible problem, I think.