[TYPO3-RTE] Anchors: small arrow icon + <A> instead of <LINK>

media.res | alex widschwendter a.widschwendter at mediares.at
Fri Apr 21 12:54:11 CEST 2006


hi claudio,

> However I could not solve the other problem, that is:
> 
>    A small "arrow" icon is automatically inserted at the left
>    side of the link. I'd like to avoid this.
> 
> Any hints?

put this in your root template TSconfig section:

RTE.classesAnchor {
     internalLink {
         class = internal-link
         type = page
         image >
     }
     externalLink {
         class = external-link
         type = url
         image >
     }
     externalLinkInNewWindow {
         class = external-link-new-window
         type = url
         image >
     }
     internalLinkInNewWindow {
         class = internal-link-new-window
         type = page
         image >
     }
     download {
         class = download
         type = file
         image >
     }
     mail {
         class = mail
         type = mail
         image >
     }
}

hth alex




More information about the TYPO3-project-rte mailing list