PDA

View Full Version : How to remove white space between images?


design61
01-16-2008, 08:57 AM
Hi all,

I have designed a page in dreamweaver. It leaves a white space between images may be because of <td>. I have added cellspacing=0 and cellpadding=0 and valign=top but it not removing white space. Any help would be greatly appreciated. Here is the image.

http://sisaac.com/white_space.jpg


Thanks in advance

chetan1
04-27-2008, 09:33 PM
the image can have white border or change width of td.

Cary
04-29-2008, 02:35 PM
Use some styling, like this:

td img {
border:none;
display:block;
}