Add image border?
-
I’m using unsleepable and this is the current image setting:
img.noborder {
border:none;
}how do i change it so that every image has a solid black border of 3px with padding of 2px?
thanks!
-
-
-
-
a link to the page in question would be very helpful, until then:
img.noborder {
border:3px solid black;
padding:2px;
} -
@naikat
Thanks so much for helping. :) Here’s the link to the blog http://emilyanneepstein.wordpress.com/ -
some very nice photos there :)
I see the photos there already are in wanted style (solid black border and some padding). Is this resolved?
- The topic ‘Add image border?’ is closed to new replies.