Try to add your class to RTE.default.FE.proc.allowedClasses as well.


On Fri, Oct 1, 2010 at 12:02 PM, Marco Weber <marco.we...@uni-trier.de>wrote:

>  Hi,
>
> I've a simple problem with the RTE. I can use the sortedTable class, an the
> RTE saves it to the mysql. But typo3 doesn't show it on the frontend
> website.
> ( the html looks like this: <table class=""> ... )
>
> i've added sortedTable to RTE.default.proc.allowedClasses and to
> RTE.default.classesTable
>
> What else do i have to write, so that typo3 finally displays the class in
> the frontend website?
>
> Thanks in advance,
>        Marco Weber
>
>
> BTW: This is a part of my current RTE configuration:
>
>    ## List all class selectors that are allowed on the way to the database
>    RTE.default.proc.allowedClasses (
>        external-link, external-link-new-window, internal-link,
> internal-link-new-window, download, mail,
>        align-left, align-center, align-right, align-justify,
>        csc-frame-frame1, csc-frame-frame2,
>        component-items, action-items,
>        component-items-ordered, action-items-ordered,
>        important, name-of-person, detail,
>        indent, sortedTable
>    )
>    ## List all class selectors that are allowed on the way to the database
>    RTE.default.classesTable = sortedTable, csc-frame-frame1,
> csc-frame-frame2
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>



-- 
Philippe Moreau
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to