[TYPO3] remap tags for DB

Jacco Lammers jlammers at sundayafternoon.nl
Sun Nov 19 11:59:25 CET 2006


Best List,

I'm trying to remap the <strong> and <em> tags to good old <b> and <i> 
tags in the DB.

I've got this in my (root) Page Header TS:

RTE.default.proc.overruleMode = ts_transform
RTE.default.proc.HTMLparser_db.HTMLparser = 1
RTE.default.proc.HTMLparser_db.HTMLparser {
   tags.em.remap = i
   tags.strong.remap = b
}

I think I'm not getting the big picture here. Thanks a lot for some clues.


Regards,


Jacco

TYPO3: 3.8
HTMLArea: 1.1.2



More information about the TYPO3-english mailing list