[TYPO3]  HtmlArea RTE won't remember font size
    Cyprian Kowalczyk 
    cyprian at pi2.pl
       
    Mon Jun 19 22:09:26 CEST 2006
    
    
  
Hello,
I've enabled the font size selector in the htmlArea RTE.
When I select some text and change its size I can see the change, but it's  
not saved and moreover, it's gone when I switch to plain HTML mode in the  
RTE (just after the change).
I had the same with font color, but somehow I've managed to get it working.
Now I'm bumped :|
My configuration:
setup.default.edit_RTE = 1
options.RTEkeyList = *
RTE.default {
   disableColorPicker = 0
   showButtons = *
   useCSS = 1
   fontFace = trebuchet
}
RTE.fonts {
   trebuchet {
     name = Trebuchet
     value = Trebuchet MS, Tahoma, Verdana, sans-serif
   }
}
RTE.config.tt_content.bodytext.showButtons = *
RTE.default.proc {
    keepPDIVattribs = align,style,class
    entryHTMLparser_db.tags {
      div.fixAttrib.style.unset >
      div.fixAttrib.align.unset >
      div.fixAttrib.class.unset >
      span.fixAttrib.style.unset >
      span.fixAttrib.align.unset >
      span.fixAttrib.class.unset >
      p.fixAttrib.style.unset >
      p.fixAttrib.align.unset >
      p.fixAttrib.class.unset >
}
-- 
regards, Cyprian
pi2.pl ~ π^2 design project
    
    
More information about the TYPO3-english
mailing list