Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Prevent External Link indicator graphic from displaying on images Re: Prevent External Link indicator graphic from displaying on images

#49627
AnonymousBlah
Participant

try adding this to your css:

#content img a[target^="_blank"] {
background-image:url(images/NULL.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 12px;
}

If that doesn’t work, create a transparent image, and link it in the place of NULL.png