Forum Moderators: open

Message Too Old, No Replies

Little tables gap

Whaaaa!?!?

         

captphatsidy

12:50 pm on Jul 7, 2003 (gmt 0)

10+ Year Member



On some browsers, it doesn't show. But on the one that matters, Win/IE6, some of my tables put a little gap underneath them and I can't figure out why.

Any idea?

Here they are -
<snip>

Thanks,
Chris

[edited by: korkus2000 at 12:52 pm (utc) on July 7, 2003]
[edit reason] No Personel URLs Please [/edit]

lazerzubb

12:53 pm on Jul 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



cellpad and cellspace is put to 0?

drbrain

5:13 pm on Jul 7, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Below images? Strict-mode doctype?

Does [devedge.netscape.com...] offer a solution?

getincite

3:56 pm on Jul 15, 2003 (gmt 0)

10+ Year Member



Sounds like you are on a mac. I have had the same problem and had to go into the code and pull any spaces out between the cell tags.
this </td> <td>

should be this </td><td>

Not supposed to make any difference, but it does.