Tips to remove border image :

Now we will discuss about blogging.
Let's go. Maybe you did post a picture wherever you post. And perhaps the image was "*.gif" extension.

And the result, the image border visible. Well here, I will teach you how do you remove that border.

So the result will be like this.

If you interest, follow this steps :
1. Login to your blogger.
2. Click Layout -> Edit HTML
3. And search this code .post img { Maybe every template can be different.

.post img {
margin-top:0;
margin-$endSide:0;
margin-bottom:5px;
margin-$startSide:0;
padding:4px;
border:1px solid $borderColor;
}

4. Change that red sentence. So be like this.

.post img {
margin-top:0;
margin-$endSide:0;
margin-bottom:5px;
margin-$startSide:0;
padding:4px;
border:0px solid $borderColor;
}

5. Save.

Now if you posting image. That border image not be visible.
Hopelly helpfull. Happy blogging. Hehe.. :D

0 comments:

Post a Comment