A Simple Blogger Tutorial :-)
A lot of bloggers are asking me for this so I’m going to make a tutorial on how to take off the border in images posted in a blog post.
It’s actually very easy yet tricky for some.
Here goes:
1. Go to your dashboard then go to template:
3. Look for this tag, you can use ctrl+F then type in these to search for it
.post-body img {
margin:5px;
padding:1px;
border:1px solid #3A7CD2;
}
The border:1px solid #3A7CD2; may not show the same hexadecimal code value.
4. Then just change border:1px to 0px.
5. Voila! No more annoying borders on the images!





