Increase your CTR with CSS :after

Status
Not open for further replies.


Is this the same idea as doing this to add an image to all external links ?
Code:
 a[href^="http:"] {
  background: url(images/external.gif) no-repeat right top;
}
Obviously excluding your own url ?

Code:
 a[href^="http://www.yoururl.com"] {
  background-image:none;
}
 
Having an image next to the link attracts more attention, more clicks, thus higher CTR..
 
Status
Not open for further replies.