How to Remove the Border Around a PNG Image
- 1). Log in to your Web server and open the HTML page that includes the PNG image with a border around it.
- 2). Locate the PNG image in the code of the page by selecting "Ctrl + F" to open the "Find" box. Type "PNG" in the box and press "Enter." The "PNG" text will be highlighted.
- 3). Locate the code "BORDER=1" which should be located just after the "PNG" text.
- 4). Change "BORDER=1" to "BORDER=0."
- 5). Publish the page.
Source...