April 13, 200917 yr I am trying to give images that have a hyperlink a border but for some reason am stuck! In my css I have: img {border:1px; color:#52432C;} I have also tried giving it a class of it's own with and without "a" but that didn't do it either! You can see it at: ladiesbags org uk /bags/searchbags/Handbag/ No hyperlink as not yet launched.
April 13, 200917 yr All the pictures of bags are assigned a class "imgborder", which isn't what you have shown above. Use something like this in your CSS... img.imgborder {border: 1px solid #52432C;}
April 13, 200917 yr Author All the pictures of bags are assigned a class "imgborder", which isn't what you have shown above. You'll have to excuse me, life is not in my faour - I am female and blonde! The imgborder is a class I had tried and I had forgotten to reupload the file when I removed it! Use something like this in your CSS... img.imgborder {border: 1px solid #52432C;} Did this and works beautifully! Thanks. Guess it was the img. that forced it
Create an account or sign in to comment