Full disclosure: I am not a techie by any means. What I know about computers is little more than hitting the power button. With that said, the borders around the images I post have bothered me for some time. There is no option in blogger for removing those, so I had to get creative. Doing a little online searching, I discovered this could be removed--but only in the HTML code. If you have Blogger, and want to remove the border around images you upload, follow these instructions:
____________________________
To remove the border from around your image you must work with your CSS style sheet. Keep in mind each template uses different
terms, but look for something that looks similar to this:
.post img {
padding:4px;
}
or this:
img{
padding: 4px;
}
To those codes you would add this line:
border:0px;
That will completely remove that little border from your images.
0 comments:
Post a Comment