How to Get Rid of Borders Around Images in Blogger
The free blogging program and host Blogger.com allows you to customize images in multiple ways. You can align pictures to right, left or center, alter dimensions and hyperlink them to other pages or sites, for example, by using the toolbar or by manually updating the HTML code. By default, all images appear with a border. There is no automatic tool to change borders, so you must edit the HTML to remove the borders.
Instructions
-
-
1
Log in to your Blogger Dashboard, and open your post for editing.
-
2
Click "Edit HTML" to view the code.
-
-
3
Scroll down to the "<img>" tag for the image you want to alter.
-
4
Add the following code, directly after "img": style="border:none"
-
5
Click "Publish."
-
1