[TYPO3-english] Can't nest <strong> and <u> on rtehtmlarea

Sergio naguib.mahfuz at gmail.com
Tue Aug 17 09:27:09 CEST 2010


Thank you, Lina!

Your first two sentences worked!

I still have to prove your extension newsbreadcrumb for linking to tt_news
category from the LATEST plugin.

Sergio


2010/8/16 Lina Wolf <liste at linawolf.de>

>  Maybe this helps you:
>
> # Activate underlining
> RTE.default.proc.entryHTMLparser_db.removeTags := removeFromList(u)
> RTE.default.removeTags := removeFromList(u)
>
> # Show Underline Button
> RTE.default.showButtons := addToList(underline)
> RTE.default.hideButtons := removeFromList(underline)
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list