Forums

This topic is locked

How do i simply get rid of links?

Posted 20 Dec 2011 08:37:34
1
has voted
20 Dec 2011 08:37:34 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 20 Dec 2011 14:49:51
20 Dec 2011 14:49:51 Patrick Woldberg replied:
add border="0" to the image, or with css:
a img {
  border: 0 none;
}
Replied 28 Dec 2012 13:04:24
28 Dec 2012 13:04:24 anwar khan replied:
is that it?

Reply to this topic