|
Default CSS, font type and font size
Last post 05-25-2007, 9:03 AM by tomSymbius. 6 replies.
-
05-22-2007, 10:46 AM |
-
tomSymbius
-
-
-
Joined on 08-31-2006
-
-
Posts 10
-
-
|
Default CSS, font type and font size
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
|
|
-
05-22-2007, 9:27 PM |
-
05-23-2007, 5:14 AM |
-
tomSymbius
-
-
-
Joined on 08-31-2006
-
-
Posts 10
-
-
|
Re: Default CSS, font type and font size
Hello Adam,
well, i have tested it.
IE: when the page with CE loads, the font is set to Verdana, but as soon as i start typing it switches to Arial.
FF: seems to be using Verdana.
Any other thoughts?
Thanks
|
|
-
05-23-2007, 2:15 PM |
-
05-24-2007, 5:00 AM |
-
tomSymbius
-
-
-
Joined on 08-31-2006
-
-
Posts 10
-
-
|
Re: Default CSS, font type and font size
Hello Adam,
i have been kind of expecting this.
It seems i need to sort my css.
I just have a quick question about copy-paste-into-cute-editor function. I have set the "paste" option to clean text, IE pastes the code right away, but FF pulls a popup that user have to paste into first, then users needs to click Insert.
Is there a way to switch that off? because it seems to be working randomly. What i mean is that once it opens 1 popup, the other time it opens 2 or 3 unnecessary popups.
Thanks
|
|
-
05-24-2007, 5:11 PM |
-
05-25-2007, 9:03 AM |
-
tomSymbius
-
-
-
Joined on 08-31-2006
-
-
Posts 10
-
-
|
Re: Default CSS, font type and font size
Thanks for all your help Adam.
|
|
|
|
|