Learn how to remove the small blue mark near images in Netscape Navigator browser.
removing the small blue mark near images in netscape, netscape and images, using html img tag in netscape
Removing the small blue mark near images in NetscapeGo to Removing the small blue mark near images in NetscapeHTML & JavaScriptGo to HTML and JavaScript tips and tricksTips and tricksGo to web development Tips and tricksHomepage

Removing the small blue mark near images in Netscape

Well my friend, if you have ever been frustrated with the small blue mark beside images in Netscape, here is the solution.

And if you don't know what I am talking about, let me show it to you. (Internet Explorer users will not be able to see the mark)

Image with a blue mark beside it

Netscape users will see a small blue mark near the bottom-right corner of the image. Yep?

The blue mark appears because the image tag and its surrounding anchor tags have been placed on separate lines! If you place them on one line, the mark will not be displayed.

Faulty Code
<A HREF="somepage.html">
<IMG SRC="image.gif" ...>
</A>

Corrected Code
<A HREF="somepage.html"><IMG SRC="image.gif" ...></A>

Netscape like other browsers has its quirks, but a good thing about it is that it does not accept sloppy HTML code. So it is always wise to test your code both in Internet Explorer and Netscape.


AddThis Social Bookmark Button


Page contents: Details on how to remove the small blue mark near images displayed in Netscape Navigator web browser.

Page URL: http://www.webdevelopersnotes.com/tips/html/ removing_the_small_blue_mark_near_images_in_netscape.php3



Join Mailing List


Feedback/Questions




50+ web hosting FAQs

Search engine for your website

Free software from Google - The Google Pack Collection

Create your own search engine
Search WebDevelopersNotes.com