- How do I remove the blue borders around an image with a link? If an image is a link or rather: is the anchor of a link, that image has ugly blue borders by default in most browsers. That happened to me when I tried to embed an image from Flickr.
To remove that border you either add border="0" within the image tag, e.g.
<img src="image.jpg" border="0">.
I did it with CSS by adding the following code into the CSS stylesheet:
a img {
text-decoration: none;
border: none;
}
... and the border is gone...
11/26/2011
- Adam asked for pictures of buildings in the sea and I remembered this one:
11/26/2011
- Hmmm - maybe it's because I'm a man: but I find it so exotic to go to a hairdresser and not to want to have your hair cut. I mean: I don't go to hairdressers because I always look worse afterwards. What else do hairdressers do? OK: dye? Probably I'm totally ignorant ...
11/26/2011
-
- Because I have no webcam
- and because I'm just out of bed
- and have my early morning coffee
- and I'd have to wash my hair first and
- there are blotches on my sweater.
11/26/2011
Impressum