Sat, 2004-07-31 16:35
Hello,
I am having problem formatting attached file in windows/IE. It leaves 2px between the images. Can anyone please make any suggestion on how I can get rid of it? Thank you.
Mon, 2004-08-02 13:41
#1
Windows Internet Explorer
Hi jutas,
A fast test, add below style sheets into yours.
Is also part of my common main style sheets.
img {
vertical-align: middle; border: 0px; } /* img always at the top line else it might not work. */
body {
text-align: left; letter-spacing: 0pt; font-size: 12px; color: #261710; font-family: Tahoma, Trebuchet, Arial; }
Hope it helps
Tue, 2004-08-03 01:41
#2
Thank you
xlee, Thank you for you help.