Image border width


Author Message
Jana

Posted: 12/16/2010
Quote message 

How could I add image border width more than 6px, there isn't wider option available. Can anyone help me how to change it in HTML side? I'm Blogger user.
Thank in advance!
 
Garry

Posted: 12/16/2010
Quote message 

I think you can increase it from following styling rule manually:

.art-article img, img.art-article {
border: 6px solid #B7A971;
margin: 10px;
}
 
Jana

Posted: 12/17/2010
Quote message 

Thanks a lot, you are a treasure!
I also tried google it, but nothing helped, because my HTML looked different than others.
:-{}