Jump to content

Image used as link


pagallery

Recommended Posts

I want to use an image as a link to another web page but I don't want the blue 'link' border round it. I've tried putting border="0px" but this does not get rid of the blue border.What code should I be using either in my html or css?

Link to comment
Share on other sites

you dont have to give each image a class, you can just apply border:0; to all images in the css file like thisimg {border:0;}

Link to comment
Share on other sites

you dont have to give each image a class, you can just apply border:0; to all images in the css file like thisimg {border:0;}
That's what I do since in most cases I don't wanna image borders. This way the code is even cleaner. Then if you really need a border on a certain image, simply create a class that will add a border to your image.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...