McPhersonline Posted September 5, 2009 Share Posted September 5, 2009 Hey guys. http://mcphersonline.com/pages/extras/Photos.html So, I can't get rid of the blue lines. Here's the html: <a href=#ages1 rel=facebox > <img src='/images/photos/ages1.jpg' height='50px' width='80px' border='0'> </a> <a href=#ages2 rel=facebox> <img src='/images/photos/ages2.jpg' height='50px' width='80px' border='0'> </a> etc, same for the rest of the images. The Css is: .imglink { text-decoration: none; } .imglink a:link{ text-decoration: none; } .imglink a:active{ text-decoration: none; } .imglink a:visited{ text-decoration: none; } Anyone know what's going on? Quote Link to comment Share on other sites More sharing options...
haku Posted September 5, 2009 Share Posted September 5, 2009 It's either a img{border:none} or a img{outline:none} I can't remember which. Quote Link to comment Share on other sites More sharing options...
McPhersonline Posted September 5, 2009 Author Share Posted September 5, 2009 Thanks for your help, but neither of those worked. Quote Link to comment Share on other sites More sharing options...
McPhersonline Posted September 5, 2009 Author Share Posted September 5, 2009 I figured it out. thanks again my friend. Quote Link to comment Share on other sites More sharing options...
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.