[TYPO3-rte] RTE formatting not visible to front end users

Tapio Markula tapio.markula at xetpoint.fi
Sat Apr 25 07:28:32 CEST 2009


Dinesh Kudtarkar kirjoitti:
> Hi,
> 
> I have created a custom css file and linked it to the RTE through TSConfig.
> 
> I have added some block type classes and admin is able to format text in RTE
> in backend.
> 
> But my problem is, the formatted text appears as plain text to the front end
> user.
> 
> Can anyone provide pointer in this case.

In general this relates with TS template config. If in RTE config the 
list of allowed tags is in several rows, it doesn't work.

lib.parseFunc_RTE.allowTags{
...
line breaks
...
)


lib.parseFunc_RTE.allowTags=...

works. In principle with ( ...) with line breaks should work but it doesn't


More information about the TYPO3-project-rte mailing list