[TYPO3-RTE] Link accessibility images

Uschi Renziehausen typo3news at otherone.de
Mon Nov 26 08:33:28 CET 2007


Hi James,
you could switch off the link accessibility feature completely and do it 
via css. The classes for internal-link, external link etc. get a 
background-image, see example below.

a.internal-link {
   background-image: url(icon-internal-link.gif);
   background-repeat: no-repeat;
   background-position: top right;
}


James Knuckey wrote:
> I like the little arrow images that get inserted with links, but I would 
> prefer that they appear after the linked text instead of before. 
> Wikipedia style.
> 
> How can I do this?
> 


More information about the TYPO3-project-rte mailing list