
How do I eliminate the blue border around linked images?

Hi,
You can use HTML to get rid of the blue border with this simple code...
<IMG src="your picture goes here" border="0">
When you set the border to 0, the blue border disappears, voila!
Also make sure you include the quotes as they are part of the HTML coding.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.