Hallo,
ich möchte sämtliche target-Attribute in Typolinks entfernen (für xhtml1.0 strict).
Ich habe bereits [u]erfolglos[/u] folgendes versucht (constants):
[TS]PAGE_TARGET =
PAGE_TARGET =
content.pageFrameObj =
styles.content.links.extTarget = [/TS]
Trotzdem wird als target immer "_top" angegeben.
Ausgegeben wird mir z.B. folgendes:
[html]<a href="http://www.XXXXXX.info/suche.html#top" target="_top">Nach Oben</a>[/html]
So wird mein typolink erstellt:
[ts]lib.link_totop = TEXT
lib.link_totop.value = Nach Oben
lib.link_totop.typolink {
parameter.dataWrap = {getIndpEnv:TYPO3_REQUEST_URL}#top
}[/ts]
[b]Was mache ich falsch??
Wie bekomme ich das target-Attribut raus??[/b]
Mit freundlichen Grüßen und noch schöne restliche 40 Minuten Wochenende! ;)
Fabian