I'm trying to figure out the css to display an image with a 1px black border then a 9px white border around that. Is there an easy way to do this?
The div around image answer almost works, but I still have big gaps on either side of my image (outside of the 1px border and inside of the 9px border). It seems like the div tag is stretching to fit the entire window for some reason.
I ended up using the padding/border in img styling option.