I have the correct version installed and I still cannot get the spell check
button to appear in the RTE.
___
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
Ah ha. I think that may be the problem:
aspell -v : @(#) International Ispell Version 3.1.20 (but really Aspell 0.50.5)
and it requires version 0.6.
___
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/m
I was able to add styles to the paragraph and text styles by creating
span.mystyle and p.mystyle. Now I'm having the problem where in the RTE, I
apply these styles and the changes take effect but as soon as I save it, it
loses all the formatting. Here is my TSconfig:
RTE {
default {
showBu
I didn't know that thanks for pointing it out. However, I am operating on a
*nix server.
___
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
To style the text drop down:
RTE {
default {
ignoreMainStyleOverride = 1
showTagFreeClasses = 0
contentCSS = fileadmin/template/main/stylesheets/rte.css
classesCharacter = code
}
}
Where code is the style I have created in the rte.css.
___
Hello all,
I am trying to enable the SpellChecker button for the RTE but cannot get the
button to display.
I have installed sr_static_info (v 2.0.0). Typo3 (v 4.1.2) came installed with
htmlArea RTE (v 1.5.3). I changed the Aspell path in the RTE configuration to
be /www/aspell/bin/aspell wh