Forums
This topic is locked
How do i simply get rid of links?
Posted 13 years ago
1
has voted
13 years ago phiehgch phiehgch posted:
I have a Simple question. I am using images as links. I don't want any symbol active or visited link around the image. How do I simply get rid of this.Thanks in advance.
Replies
Replied 13 years ago
13 years ago Patrick Woldberg replied:
add border="0" to the image, or with css:
a img { border: 0 none; }
Replied 12 years ago
12 years ago anwar khan replied:
is that it?