Hi,
I've defined some custom styles which appear in the style drop down selector. I've defined, say, ...
<Style name="Green" element="span">
<Attribute name="class" value="green" />
</Style >
This has the correct effect in marking up my text, but it doesn't show in the editor. Is it possible to associate my stylesheet with the editor so that my custom styles appear as they should ie green, in this case?
Thanks in advance.
Rae MacLeman
--
I've defined some custom styles which appear in the style drop down selector. I've defined, say, ...
<Style name="Green" element="span">
<Attribute name="class" value="green" />
</Style >
This has the correct effect in marking up my text, but it doesn't show in the editor. Is it possible to associate my stylesheet with the editor so that my custom styles appear as they should ie green, in this case?
Thanks in advance.
Rae MacLeman
--
Re: Viewing custom styles in the browser
see fckconfig.js
FCKConfig.EditorAreaCSS
Re: Viewing custom styles in the browser
Re: Viewing custom styles in the browser
Re: Viewing custom styles in the browser
I'm having this same problem with FCKeditor in Drupal 6. I can get the styles dropdown to show, but my styles are not listed in the dropdown. I have tested in FF and IE7.
My fckconfig.js says...
FCKConfig.EditorAreaCSS = '/editor.css' ;
I have uploaded my editor.css to the same folder as fckconfig.js and also to my Drupal theme.
I have edited and uploaded fckstyles.xml to my Drupal theme.
I have cleared my browser cache. Still, the only styles I'm getting in the dropdown are the ones that were originally there, Marker:Yellow and Marker:Green.
Please help,
Ryan
Re: Viewing custom styles in the browser
Re: Viewing custom styles in the browser
Problem solved:
http://drupal.org/node/258868#comment-853443