03. 11. 2004, 10:36

hi,

wenn ich im firefox einen Abschnitt bold machen will, erzeugt HtmlArea <span style="font-weight: bold;" bla </span>, mache ich das selbe im Explorer, entsteht ein: <strong> bla </strong>. Beim speichern wird lediglich die Explorer Variante gesichert, die Ändererungen von HTMLArea gehen verloren.

Meine HtmlArea config sieht so aus:

[code:1:577552bd98]
#RTE.default {
RTE.config.tt_content.bodytext {
proc.preserveTables = 1
proc.entryHTMLparser_db = 1
proc.entryHTMLparser_db {
keepNonMatchedTags = 1
xhtml_cleaning = 0
}
hidePStyleItems = 0
}

RTE.config.tt_content.bodytext.proc.allowedClasses >
RTE >
RTE.config.tt_content.bodytext {
showButtons = cut,copy,paste,formatblock,class,fontstyle,fontsize,textcolor,bold,italic,underline,left,center,right,orderedlist,unorderedlist,outdent,indent,link,line,user
defaultLinkTarget = _blank
dontConvBRtoParagraph = 1
proc.overruleMode = ts_css
proc.preserveTags = UL, LI, TYPOCODE, MYTAG, P, Class, span
proc.preserveTables = 1
proc.dontConvBRtoParagraph = 1
proc.entryHTMLparser_db = 1
proc.entryHTMLparser_db {
htmlSpecialChars = 0
allowTags =table,tr,td,p,div,img,hr,a,br,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd
allowTagsOutside =table,tr,td,p,div,img,hr,a,br,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd
allowTagsInTypolists =table,tr,td,p,div,img,hr,a,br,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,h6,dl,dt,dd
}
}
RTE.config.tt_content.bodytext < RTE.default
[/code:1:577552bd98]