[TYPO3-ttnews] Delte RTEhtml tables cells <p> tag in tt_news
Oliver Rowlands
oliver at liquidlight.co.uk
Sat Nov 24 16:14:03 CET 2007
Hi Xatu,
Adding the following TS setup removes the <p> elements inside table
cells for me:
lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default >
lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default.stdWrap.parseFunc
=< lib.parseFunc
Make sure you have cleared your cache, also you might want to check the
source code of your news articles to make sure the <p> elements have not
actually been hardcoded there, IE6 has a bad habit of doing this.
Best regards,
Oliver
Xatu Cans wrote:
> Hi, I'm trying to delete the <p> tag generated automatically inside tables
> cell. I've wrote this code in the TS setup of my page:
>
> lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default >
> lib.parseFunc_RTE.externalBlocks.table.HTMLtableCells.default.stdWrap.parseFunc
> =< lib.parseFunc
>
> it works perfectly, but when I insert a table with RTEhtml inside tt_news,
> the <p> reappears. How can I delete it?
>
>
--
Oliver Rowlands
:: Liquid Light ::
E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk
T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35
More information about the TYPO3-project-tt-news
mailing list