I'm going to apply the link style to my site, so the external links will have an icon next to it, however, I have a problem when the link image of the footer also changed when applied, if there is a way to avoid this?
CSS
a[href^="http://"] {
background: url( https://www.clearinghouseforsport.gov.au/__data/assets/image/0009/643176/icon_external.gif ) center right no-repeat;
padding-right: 16px;
}
source
share