Click to See Complete Forum and Search --> : Table spacing changes when image in table is linked


ioamnesia
01-06-2004, 02:23 PM
I'm organizing a graphical website using tables that have no borders, cellspacing or padding. graphics butt up against one another seamlessly. But now when I start linking my graphics, it pads the cells. Help please.

pyro
01-06-2004, 02:32 PM
<style type="text/css">
img {
border: 0;
}
</style>Though tables are not the best way to lay out a site...