True2Earn 0 Report post Posted May 23, 2006 (edited) I've been working on a new website I'm putting together but ran into a problem. After creating a header image for the site and getting that part set up I noticed a problem. The image itself has a link to the home page but, since it links to itself it makes an ugly purple box around it (active link). How do I get rid of this while maintaining the link? Is there a way to make it invisible? You can take a look so you know what I mean by going to BLAbbO.EDIT: Nevermind, you can close or delete this thread, I figured it out. Edited May 23, 2006 by True2Earn (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted May 23, 2006 a:active{ border:0px;} Share this post Link to post Share on other sites
Plenoptic 0 Report post Posted May 23, 2006 If you are using html it should look something like this. <a href="http://link.com"><img src="blah/blah.jpg" width="100" height="100"></a> You need to add in border="0" to the image to make the blue border go away. So now it will look like this.<a href="http://link.com"><img src="blah/blah.jpg" width="100" height="100" border="0"></a> Share this post Link to post Share on other sites
True2Earn 0 Report post Posted May 24, 2006 What I did was add border=0 as well as mouseover effects. you can check out my progress at BLAbbO.info. As this site is an experiment I will start a thread in the future to let people know how it's going. hopefully, it'll bring in cash... Share this post Link to post Share on other sites
serverph 0 Report post Posted May 24, 2006 resolved. closed. Share this post Link to post Share on other sites