Yuo may also want to check out my new WYSIWYG theme builder where you can change things like this without ANY CSS knowlage!
Check it out!
Thread Starter
pcheek
(@pcheek)
Thanks, I am sure that you will like it!
My aim has been for people with their first blog so that they can have a blog with colors that they have chosen without making their own custom skin! Enjoy!
It may be because of your theme
Well, for your theme, you could add this to the css file…
/* Start Code */
img {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #000000;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #000000;
border-right-style: solid;
border-right-width: 2px;
border-right-color: #000000;
border-left-style: solid;
border-left-width: 2px;
border-left-color: #000000;
}
/* END Code */
This will put a black border around all images. Hope it helps!