You know how in the browser, lets say Internet Explorer, when the website have the image buttons (a link, something like ) a dotten line surrounds the button which looks really unattractive. Is it a browser behaviour or can I remove it as a web site developer using HTML?
Thanks
November 30, 2009
1 Comment »
RSS feed for comments on this post. TrackBack URL
you may be seeing a border, which typically defaults to 1. You could put a border=”0″ into your img src tags.
You may be seeing the link information which is part of the brower. (by enclosing it in the But really, I’d look into using CSS to clean this up. You can turn the link color white, or make it not show up at all.
Comment by Eric W — November 30, 2009 @ 1:54 am