Devone

How Can I Add Icons to External Links?

Asked by Devone 2 years ago links icons


Pradeep
0
 
Add a class to your external links as

give background property to external class as background: Url(external.gif) left center;

This will add image to the left of your external link.

by Pradeep 2 years ago

Neill
0
 
A[rel="external"], a.external {
  white-space: Nowrap;
  padding-right: 15px;
  background: Url(/images/external.gif)
no-repeat 100%
50%;
  zoom: 1;
}

<a href="http://www.externallink.com"
rel="external" target="_blank">link text</a>

by Neill 2 years ago

Answer this question

How Can I Add Icons to External Links?

0 errors found:

 
0