Recon 0 Posted June 17, 2004 Share Posted June 17, 2004 Probably a stupid question: How do you remove the blue rectangle from appearing when you make an image a link on a website? I think it involves editing the CSS file but I don't understand it at all. Thanks Quote Link to post Share on other sites
Avey 0 Posted June 17, 2004 Share Posted June 17, 2004 It'll probably have border=1 in the code somewhere, change that to border=0. <a href="link" target="_blank"><img src="image.gif" width="X" height="Y" border="0"></a> Quote Link to post Share on other sites
Recon 0 Posted June 17, 2004 Author Share Posted June 17, 2004 That fixed it. Thanks. Quote Link to post Share on other sites
Rocky 1,224 Posted June 18, 2004 Share Posted June 18, 2004 Yeh even if it doesn't say border=1, you need to explicity tell it border=0 or you get the blue border (or whatever color you have chosen for links). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.