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

#49566
shazdeh
Member

How about this?


#content a[href$='.png'],
#content a[href$='.jpg'],
#content a[href$='.jpeg'],
#content a[href$='.gif'] {
background-image: none;
}