[Typo3-dev] RTEHtmlArea & fdfx_2cols - Problems with <span class="...">

Meik Schmidt schmidtsmeik at gmx.de
Mon Sep 26 11:08:23 CEST 2005


Hello,

i also think that it is a problem with configuration of the rte. I only
have a configuration code for rte.default.proc. How can i define an
configuration for the left column? RTE.tx_fdfx2cols_leftcolumn.proc?

I do not understand the relation between RTEHtmlArea and fdfx_2cols.
Where is the mistakte, in RTE or fdfx_2cols?

This is my Page TSConfig (only the proc part):

RTE.default.proc {
    // TRANSFORMATION METHOD
    overruleMode = ts_css

    // LINES CONVERSION
    dontConvBRtoParagraph = 1

    // TAGS ALLOWED OUTSIDE P & DIV
    allowTagsOutside = img,hr,span

    // TAGS ALLOWED
    allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div,
p, br, ul, ol, li, re, blockquote, strong, em, b, i, u, span, sub, sup,
strike, a, img, nobr, hr, tt, q, cite, abbr, acronym

    // TAGS DENIED
    denyTags = font

    // ALLOWED P & DIV ATTRIBUTES
    keepPDIVattribs = align,class,style

    // CONTENT TO RTE
    HTMLparser_rte {
        // TAGS ALLOWED
        allowTags < RTE.default.proc.allowTags
        removeTags = font

        // DO NOT REMOVE UNMATCHED TAGS
        keepNonMatchedTags = 0

    }

    // CONTENT TO DATABASE
       entryHTMLparser_db = 1
       entryHTMLparser_db {

        // XHTML COMPLIANCE
        xhtml_cleaning = 1

        // CLEAN TAGS

        noAttrib = b, i, u, strike, sub, sup, strong, em, quote,
blockquote, cite, tt, br, center
        tags.hr.allowedAttribs = class
        // REMAP B AND I TAGS
        tags.b.remap = strong
        tags.i.remap = em

        rmTagIfNoAttrib = div,font

        htmlSpecialChars = 1

   }




More information about the TYPO3-dev mailing list