How To Add a Border To Images in blogger

Posted by Lasantha Bandara on November 13th, 2009 File Under : css, html, image0 Comment

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see ]]></b:skin> tag.

3.Copy below code and paste it just before ]]></b:skin> tag.

img {
border: 15px solid #000;
background: #000;
filter:alpha(opacity=60);
opacity:0.6;
padding: 1px;
}

4.Now save your template and you are done.

Add a Border To Images
Add a Border To Images

File Under : css, html, image

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.