In this simple tutorial i will teach you to add borders around your post images on blogger using few simple CSS Code. Lets do it!
4. Save the template and you are done.
5. Make following changes to change style, color or size of the border.
TIPS
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguYxYDGGVPR9c5erOzeaQqUeO93AGgOG067WltU_eGntRAsxzSqes6n8iqebhyphenhyphenL2Ijk2V3dwceP6mTvwYL1tMJssStFnHUG14J93GmjVJ4i4-4B8KeSMP5RvB4tOc4V1o2S6ce50TNycCU/s1600/Screen+Shot+2014-02-01+at+1.52.09+AM.png)
Add Border Around Blog Images
1. Go to Blogger > Template > Edit Html
2. Now search for ]]></b:skin>
3. Copy/Paste the following code just above ]]></b:skin>
4. Save the template and you are done.
5. Make following changes to change style, color or size of the border.
TIPS
- Increase 1px to increase the width of border
- change solid to dotted or dashed to change style of border
- Replace #e3e3e3 to change border color
- Remove border-radius: 10px; to remove the radius around the corners
Post a Comment