Removing the small blue mark near images in Netscape
Sponsored Links
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)
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.
Page contents: Details on how to remove the small blue mark near images displayed in Netscape Navigator web browser.
Comments, questions, feedback... whatever!
Recent Articles
Recent Blog Posts
Popular Articles
- Hotmail Sign In page
- Create a Hotmail account - Instructions
- Create Gmail address
- Download and install Outlook Express
- Get your free Gmail address
- Outlook Express new version
- Create my own email address
- Browers for Windows list
- Get email address
- Color combinations for web sites and pages
- Create Yahoo ID
More web tips & tricks
- Outlook Express Help - tips & tricks (53)
- Windows Live Mail help and tips (36)
- Windows Mail help (25)
- Hotmail help and tips (42)
- Yahoo help & support (45)
- AOL email help (26)
- Gmail help and tips (36)
- Internet tips & tricks (12)
- Web Design tips & tricks (33)
- HTML, Javascript tips tricks (68)
- Web Promotion tips & tricks (8)
- Graphics tips & tricks (20)
