[thelist] Gap below images in tables...

Nick Bourgeois nick at infinitevoid.com
Sat Sep 22 16:33:15 CDT 2001


> Can someone please tell me how to get rid of the small gap that appears
> below an image in a table cell when you close the cell after it... really
> screws up the design and I know it can be removed but not how!

Remove all whitepsace before and after the image in the cell.

So instead of

<td>
  <img src="foo.gif">
</td>

use

<td><img src="foo.gif"></td>

Nick Bourgeois
nick at infinitevoid.com





More information about the thelist mailing list