User Tools

Site Tools


css

**This is an old revision of the document!**

just found a way to add the external anchor image to links with target="_blank" via CSS:

      a[target='_blank']::after {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        margin-left: 0.25em;
        margin-right: 0.25em;
        background-size: 100%;
      }
css.1744558909.txt.gz ยท Last modified: 2025/04/13 15:41 by ron

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki