WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: RTE wie Linksymbol hinter Text stellen

Re: RTE wie Linksymbol hinter Text stellen

by Philipp Gampe-5 :: Rate this Message:

| View in Thread

Hi Bernhard,

Bernhard Ludwig wrote:

> das Symbol, welches im RTE bei Links automatisch eingefügt werden kann,
> soll nicht vor dem Linktext erscheinen, sondern nach dem Linktext. Gibt es
> eine Möglichkeit, das z.B. per TS zu beeinflussen? Habe schon überall
> gesucht, aber leider nichts gefunden.

Es kann sein, dass es tatsächlich nicht geht...

Allerdings empfehle ich dir solche Bilder mittels CSS einzufügen:

http://www.w3.org/TR/CSS2/selector.html#attribute-selectors
http://www.mediaevent.de/css/css-selektor-attributselektor.html

a[href*=".png"] {
  /* PNG Bild */
}

a:not([href^="http://example.org/"]) {
  /* links die nicht mit http://example.org/ beginnen,
     zum Beispiel externen Links
     Hinweis: klappt nicht mit alten IEs */
}

Viele Grüße
--
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – linkvalidator
TYPO3 .... inspiring people to share!

_______________________________________________
TYPO3-german mailing list
TYPO3-german@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

 « Return to Thread: RTE wie Linksymbol hinter Text stellen