Hello,
i am encountering some problems (CuteEditor 5.2 for ASP) and i am looking for some advice. I have wasted to much time trying to go through all of the settings and try to fix the second problem.
at first, i wanted to ask: is it possible to set the font type and size to the default values form the list (possibly later will consider to lock)?
at second: i am having problems with the initial font size on initiation of the CuteEditor in IE 6. When i go to a page with the CuteEditor in firefox, i get kind of desired size for the newly typed in text, but not in IE.
The IE size is like 6-7px, when i type something in and switch to the HTML view, i get the correct size (and color) for the font/text.
The Firefox seems to be 12px, in type mode, and 11 in HTML view.
This is how i initiate the CuteEditr:
dim editor
set editor = New CuteEditor
editor.ID = "rte1"
editor.FilesPath = "CuteEditor_Files"
editor.ImageGalleryPath = "/db_images/"
editor.MaxImageSize = 512
editor.ThemeType="Office2003"
editor.AutoConfigure = "wlp"
editor.EditorWysiwygModeCss = "edit.css"
editor.Width = 440
editor.Height = 200
editor.Draw()
The EDIT.CSS has the main body setting for the font (0.7em/1.6em Verdana, Helvetica, Arial, sans-serif and color) 3 headings which are available in CSS CLASS selection box, style for OL, UL, A and other usual css.
Am i missing some settings? did i not include everything in my CSS?
I am working on a localhost, IIS 5, Win2k.
Any advice / help will be very appreciated.
Thank