[TYPO3] Re: RTE

2007-10-09 Thread Brian Smith
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

[TYPO3] Re: RTE

2007-10-08 Thread Brian Smith
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. ___

[TYPO3] Re: RTE links

2007-10-05 Thread Brian
You can use JavaScript and the getByTagName function to grab links with the external-link class. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english