[thelist] ie5 mac: padding img

matthew garrett matthew.garrett at snet.net
Tue May 21 08:14:11 CDT 2002


> From: "George Klingenhoffer" <georgeklingenhoffer at hotmail.com>

> I'm trying to put space in-between these four images.

I'm not a CSS whiz, but 2 things.

1) You should probably be assigning the images a *margin* - not padding.

2) Assign the images to a class and see if you can make that work.

Doing both:
.spacedout { margin: 0px 20px 0px 0px; }

<img class="spacedout" src="...">


Hope that does it.
matt g.






More information about the thelist mailing list