View Full Version : Help!


iadoreyou_
04-11-2005, 04:59 AM
How do you create the borders around pictures as seen here: I am Fashion (http://iamfashion.blogspot.com/2005/02/oc-fashion.html)

tokyo bleu
04-11-2005, 05:12 AM
<img src="URL" style="padding: 4px; border: 1px solid #000000;">

I think it'll work.

iadoreyou_
04-11-2005, 08:04 AM
<img src="URL" style="padding: 4px; border: 1px solid #000000;">

I think it'll work.

Thanks, but I tried that and the border touches the picture. Is there anyway to make it so the border surrounds the picture, but there is a gap in between them? If that makes sense.

Monkey Bizzle
04-11-2005, 08:30 AM
I don't see why it wouldn't work. The exact code that that person uses is:

img {
padding:4px;
border:1px solid #ddd;
}

so by doing what tokyo said, you should get the same effect... what's your link so we can look at the problem?