Thread
:
fitting image into table cell
View Single Post
Nov 27th, 2007, 11:26 AM
#
14
Sane
Programming Guru
Join Date: Apr 2005
Posts: 1,827
Rep Power:
5
Re: fitting image into table cell
Maybe it's the
cellspacing=20
that's giving you undesirable results. That will form outer padding around the image no matter how large you make it. Try setting that to 0, and pad the other cells with a td class.
Sane
View Public Profile
Find More Posts by Sane