This is a migrated thread and some comments may be shown as answers.

[Solved] APPLY CSS Styles DropDown

1 Answer 56 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tom Daria
Top achievements
Rank 1
Tom Daria asked on 21 Sep 2007, 07:32 PM
By default, the styles that appear in the styles dropdown for RAD Editor for MOSS are coming from two files 
HtmlEditorCustomStyles.css and HtmlEditorTableFormats.css:

The location of these files is at.
/Program Files/Common Files/Microsoft Shared/web server extensions/12/Template/Layouts/1033/Styles

Now if I replace all styles in HtmlEditorCustomStyles.css with my own and save the file back.  Do an IISRESET.  Then reopen my page with the RAD Editor for MOSS on it and click edit, I still see the original styles in the APPLY CSS Styles dropdown (ie.ms-rteCustom-PictureFrame) and I don't see mine.

What could be wrong?  Can anyone assist?

Thanks

Tom

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 24 Sep 2007, 03:29 PM
Hi Tom,

The problem is probably caused by your browser. Internet Explorer usually caches CSS files and even if you change the file and refresh the page (F5 or Ctrl-F5) the browser will not get the updated styles. You should manually empty IE's cache and try opening the page again.

I tried to add a new class in HtmlEditorCustomStyles.css and it worked without an IISRESET. I just had to manually empty the browser's cache and hit reload (Ctrl-F5 in IE).

All the best,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RadEditor
Asked by
Tom Daria
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or