SharePoint Development Blog

Nick Boumans
View my LinkedIn Profile Follow me on Twitter View my Profile on FaceBook View my projects on CodePlex View my presentations on SlideShare



Recent posts

Tags

Categories

Navigation

Pages

Archive

Blogroll

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

Visited Image Hyperlink in HTML has olive color border in some browsers

In a SharePoint page I noticed the following: 

If you use an image as an hyperlink it could be that your browsers shows an olive (purple) color border around it after it is visited. You can solve it by defining the attribute border="0" in the image tag:

<A HREF="http://www.google.com">Google link<IMG SRC="google.png" ALIGN="BOTTOM" BORDER="0" WIDTH="200" HEIGHT="50"></A>
Posted: Feb 21 2010, 18:00 by Nick Boumans | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Filed under: SharePoint General