For every new Blogger have border image in their post automatically set. I think that border make bad post image. So how�s that? Can we make the border disappear? Yes we can. Just change 1 code in your HTML code. For example you have image Post like this:
And when you removing post image border, the results to be like this:
Now I�ll tell you how to Removing Post Image Border. Please follow these steps:
1. Login to your Blogger Account
2. Go to Layout Tab
3. Click Edit Html
4. Download Full Template for back up data
5. Find code like this
.post img {
padding:4px;
border:1px solid $bordercolor;
}
Note: If you so hard to find, press Ctrl+F then type .post img
6. Change the border pixel number to be like this
.post img {
padding:4px;
border:0px solid $bordercolor;
}
7. Save Template
If this Blogger Trick is un useful for you, tell me. Good Luck Dude!
0 comments:
Post a Comment