Forum Moderators: open

Message Too Old, No Replies

Image whitespace

         

skylar

3:59 pm on Mar 17, 2003 (gmt 0)

10+ Year Member



ok, this is probably a pretty basic question but i can't seem to find a basic answer...pretty frustrating.
In IE i have constantly whitespace showing underneath a pic when all i want is a smooth transition between the image and the tablecell underneath it.
Setting cellspacing, cellpadding and vspace to 0 doesn't seem to help.
Same thing if i don't use tables..for example a pic followed by a <div>.
Don't seem to have the prob in NN and Opera.
Any suggestions greatly appreciated.
Thx

Nick_W

4:04 pm on Mar 17, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld! [webmasterworld.com]

Which browser?

See msg #2 in this thread:
[webmasterworld.com...]

That's very likely it ;)

Nick

HocusPocus

4:07 pm on Mar 17, 2003 (gmt 0)

10+ Year Member



Don't know if it'll help in this but an oddity that I found quite useful, and wish I known about earlier, is not to put a newline before a </td>

<image></td> sometimes renders differently to

<image>
</td>

skylar

4:11 pm on Mar 17, 2003 (gmt 0)

10+ Year Member



Both of them did the trick.
Thanks a million guys!