[TYPO3-german] RTE nimmt keine Bilder an

Stefan Fricke sfricke at sfricke.de
Sun Apr 30 18:16:45 CEST 2006


Hi,

ich habe ein Rroblem mit rteHTMLarea in Typo3 4.0. Wenn ich Bilder in den Text 
einfüge, erscheinen diese auch im Editfeld. Wenn ich aber auf "Speichern" 
gehe, werden sie gelöscht. Hier ist meine Konfiguration:

RTE.default.showButtons = *
RTE.default.useCSS = 1 
RTE.default.enableWordClean = 1
RTE.default.disableEnterParagraphs = 0 
RTE.default.hideButtons = fontstyle, fontsize, lefttoright, righttoleft, 
inserttag
RTE.default.hidePStyleItems = PRE, H1 
RTE.default.hideTags = font, font (full) 
RTE.default.showTagFreeClasses = 1
RTE.default.classesAnchor = intern, extern, mailto 
RTE.default.showStatusBar = 1 
RTE.default.proc {
    overruleMode = ts_css 
    dontConvBRtoParagraph = 1 
    allowTagsOutside = img,hr 
    allowTags = table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, 
span, ul, ol, li, re, blockquote, strong, em, b, i, u, sub, sup, strike, a, 
img, nobr, hr, tt, q, cite, abbr, acronym 
    denyTags = font 
    keepPDIVattribs = align,class,style 
    HTMLparser_rte {
        allowTags < RTE.default.proc.allowTags
        removeTags = font 
        keepNonMatchedTags = 0 
    } 
entryHTMLparser_db = 1
entryHTMLparser_db { 
       xhtml_cleaning = 1 
       noAttrib = b, i, u, strike, sub, sup, strong, em, quote, blockquote, 
cite, tt, br, center
       tags.hr.allowedAttribs = class
       tags.b.remap = strong
       tags.i.remap = em 
       rmTagIfNoAttrib = span,div,font 
       htmlSpecialChars = 1
}
  



More information about the TYPO3-german mailing list