Hi!
Ich weiss nicht, warum Du so viele HTMLparser verwendest.
In der Anleitung zur HTMLArea findest sich:
Zitat:
|
Zitat von HTMLarea Documentation ## REMAP B AND I TAGS
## b and i tags are used by Mozilla/Firefox in editing mode.
## This must be done on exit because the default HTMLparser_db parsing executes the reverse mapping.
tags.b.remap = strong
tags.i.remap = em |
Scheinbar ist es völlig ausreichend, das Remapping für HTMLparser_db zu konfigurieren.
Weitere infos auf
http://typo3.org/documentation/docum..._Configuratio/
Hope it helps
maxhb