yanivkalfa Posted August 19, 2008 Share Posted August 19, 2008 Well i have pic that is in a div and i am trying to make it without the blue frame .. that gave it the Link's look. here is the how its looks : <div id="slide0" class="slides"> <a href="Picpage.php" target="_blank" class="Pinkslinks"><img src="<?php echo $newonepicarray[0]; ?>" name="imgdiv0" width="110" height="100" id="imgdiv0"/></a> </div> ignore the way i defind the CSS. if possible thanks in advanceds Quote Link to comment Share on other sites More sharing options...
ifubad Posted August 19, 2008 Share Posted August 19, 2008 img { border: none; } Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 19, 2008 Author Share Posted August 19, 2008 no thats not that mate. its not border its .. link's mark Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted August 19, 2008 Share Posted August 19, 2008 img { border: none; } Should be: #slide0 a img { border: none; } Quote Link to comment Share on other sites More sharing options...
vipersleaf Posted August 20, 2008 Share Posted August 20, 2008 shud be sumat like #a: slides { a: none; sumat like that } Quote Link to comment Share on other sites More sharing options...
haku Posted August 20, 2008 Share Posted August 20, 2008 You are joking, right? Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 21, 2008 Author Share Posted August 21, 2008 it should be so simple .. like text-decoration:none; but something that will work on this damn pic . Quote Link to comment Share on other sites More sharing options...
haku Posted August 21, 2008 Share Posted August 21, 2008 #slide0 a { border:none; } Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 21, 2008 Author Share Posted August 21, 2008 i cant remove the Border .. i am using border its has nothing to do with border .. its just ..that the pic becomes a Link . it have some sort of blue border / frame around it .. indicating that its a link now and i have no idea which property will remove this i know that . when you select normal text and make it as a link .. it automaticaly will have a underline to indicate its a links .. when you do same for a pic .. it will make this pic a border to indicate its a Link as well . thanks for any help. Quote Link to comment Share on other sites More sharing options...
haku Posted August 21, 2008 Share Posted August 21, 2008 You didn't even bother trying the code that theFilmGod and I gave you, did you. One of them will solve your problem. If you ask for help, you should try out the help that is given. Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 23, 2008 Author Share Posted August 23, 2008 your right mate. i sould try and i tryed it and its just removed my border fro img and the second try it just removed the border from div its didnt fix my problem mate. Quote Link to comment Share on other sites More sharing options...
ifubad Posted August 23, 2008 Share Posted August 23, 2008 why don't you post a link, and state exactly which image is having the problem. 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.