View Full Version : Borders around inserted images?
Big Island
12-18-2007, 09:45 AM
Is there an easy way to get grey borders around inserted images, and captions like you would get for the default abstract image?
Micha
12-18-2007, 11:55 AM
You can do following:
open your style.css file and add following selector - #article_body img
Now you can add padding and border properties on that selector:
#article_body img {
padding: 4px;
border: 1px solid #CCCCCC;
}
This way every image you place inside article body will have gray border around.
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.