|
Search
You searched for the word(s): font
Showing page 36 of 216 (2,157 total posts)
< 1 second(s)
-
Hello everyone!
I need help related to dropdown menus for fonts and sizes.
For example i have text typed in CuteEditor using UseFontTags=''true'' (for some reasons i can use only font tag... not span):
<font face=''Arial'' size=''5''>Text with Arial font and size 5 <font face=''Verdana'' size=''3''>Text with ...
-
Dear goh6613,
Put the toolbar items needed to be disabled into this Editor.DisableItemList string.
For example:
<CE:Editor id=''Editor1'' DisableItemList=''Bold, Italic'' runat=''server''></CE:Editor>
C#:
Editor1.DisableItemList = ''Bold, Italic'';
VB:
Editor1.DisableItemList = ''Bold, Italic''
More ...
-
Chet,
The above doc contains the following code:
<p class=MsoTitle style=''MARGIN: 0cm 0cm 0pt -25.5pt; LINE-HEIGHT: 12pt; TEXT-ALIGN: justify''><font color=#000000><font face=''Times New Roman''><i style=''mso-bidi-font-style: normal''><span lang=IT style=''FONT-SIZE: 12pt''>Le presento ...
-
Hi,
we have problems in the font color.
Steps to reproduce the issue :
1. Type few words in the Compose.
2. Now change the font color. continue to type and the text appears in the new color.
3. Now try to change the font color
4. The color does not change to the new color. instead it behaves differently.
The best ...
-
Hi, I am sure someone must have notice a bug in the public chat, which is even there on the demo site http://dotnetdate.com/ The issue here is when I try to change the FONT SIZE from the drop and send a message, it still shows the font in same size. Notice this issue doesn't come when we do a private chat. So looks like something is missing ...
-
Hello Adam,
Quick question...
1 - I copy text from a website
2 - Paste it into NOTE PAD
3 - Copy it again from NOTE PAD (to be sure to have pure text)
When I paste it into CE, it add ; <font face=''Arial'' color=''#464646''>my pure text</font>
The font type & color values are taken from my default ...
-
Hi,
With EditorWysiwygModeCss I refer to the site's default stylesheet.
In that stylesheet I have the font-size for the html tag set to 0.7em:html { font-size: 0.7em; }
In my normal site's pages all goes well,
but in the editor windows the font is not resized.
Anyone knows what to do?
Kind ...
-
If I import content from Word using a normal paste that includes a font I do not use in the CuteEditor it sometimes hangs the editor, What is the expected behaviour of the editor when finding font references that differ from the font list in the Editor itself ? I am using normal paste because cleaning the Word contents removes too much ...
-
Thanks for the reply, but I'm still not able to set the font of the text body.
If I use EditorWysiwygModeCss, I don't know what css tag to use. I had a look in asp.css, but I can't figure out which part applies to the editor's text area.
I tried EditorBodyStyle but it did not work. (This property is not mentioned in the documentation by the ...
-
I see that this was asked a few months ago, but thought I would ask again (since there was no real answer). Does anybody know if there is a way to set the default font in the editor. In other words, when I load the editor, I want to dynamically set the font that is selected in the font dropdown, based on my user's ...
... 36 ...
|
|
|