In adding content to tt_news, I'm needing the whitespace within pre and custom tags to be left alone. Normally, this isn't a problem. However, I'm dealing with custom tags within the pre tag that end up removing the whitespace formatting.
Any there any ideas to have the tt_news RTE on save keep my pre and custom tag content whitespace? Screenshots Original source - http://www.acqal.com/fileadmin/media/test/acqal-pre-source-original.png RTE saved source - http://www.acqal.com/fileadmin/media/test/acqal-pre-source-rte-post-savel.png RTE saved - http://www.acqal.com/fileadmin/media/test/acqal-pre-rte.png *rtehtmlarea 1.5.5 installed*. Typical configuration used. TS Config # MLC 20090116 PR tags RTE.default.proc { # Allow embed (Youtube) HTML tags in the RTE allowTags := addToList(object,param,embed,chron,org,orgid,money,person,location) allowTagsOutside := addToList(object,embed) entryHTMLparser_db.allowTags < RTE.default.proc.allowTags } TypoScript setup lib.parseFunc_RTE.allowTags := addToList(object,param,embed,chron,org,orgid,money,person,location) -- Michael Cannon CEO, Acqal Corporation -- Official TYPO3 Agency for Support, Training and Website Migration +1 (866) 924-8645 +1 (404) 963-8850 x103 Fax +1 (866) 275-7385 www.acqal.com _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
