|
Search
You searched for the word(s): font
Showing page 57 of 216 (2,157 total posts)
< 1 second(s)
-
When you press enter, some formats are copied and some not copied, these are normal behavior, the detail are as follows:
Format not copied:
Css Class,Inline style,Normal,Font,Size,Bold,Italic,Underline,Font Color,HightLight,Superscript Text,Subscript Text,Upper Case,Lower Case
Format copied:
Left Justify,Center,Right Justify,Full ...
-
<?php $editor=new CuteEditor(); $editor->ID=''Editor1''; ...
-
prakash.teku:
Hi
we are using CuteEditor 5.1,On that drop down boxes for CSS class , style, paragraph,font,font size..etc. which are always displaying default values even when the cursor is inserted into the editing window which contains existing text.What should i do, whenever i select text or insert the cursor into existing text these ...
-
Hi Andreas,
1.try this way:
button
{
border: 1px solid #0069ad;
background: url(images/back_button.gif) repeat-x;
color: #fff; font-weight: bold; padding: 3px 20px;
}
2.Please elaborate on what you mean,thanks
3.you can set it with ...
-
Use the following code:
Dim listitem As CuteEditor.TreeListItem
listitem=new CuteEditor.TreeListItem(''Asp<font color=red>.Net</font>'',''Asp.Net'',''http:'asp.net'')
rootitem.Items.Add(listitem)
Dim level2item As ...
-
Update on this issue:
I read through the W3C guidelines on CSS and it appears that the author's style settings always take precedence over the reader's settings. In other words, in a situation like this:
<style type=''text/css''>
table.sample td {
padding-bottom: 0px;
width: 150px;
padding-top: 0px;
text-align: ...
-
lofwyre,
I tried this css class. It works ok here.
Here are my steps.
1. Open Common.config and add the following entry in CssClass section:
<item text=''PageHeader'' value=''PageHeader''>
<html><![CDATA[<span style='font-size:24px;font-weight: ...
-
Lozzi,
Please open the style sheet file (CuteSoft_Client\CuteEditor\Themes\Custom\style.css.aspx) and modify the following code to meet your requirements.
<%=editorid%> .CuteEditorSelect { font:normal 11px Tahoma; margin-left:1px; margin-top:1px; height:18px; vertical-align:middle;}<%=editorid%> .CuteEditorDropDown { ...
-
Vim,
Please open the following file:
CuteSoft_Client\CuteEditor\Languages\en-GB.xml
And find the following entries:
<resource name=''ForeColor''>Font Color</resource><resource name=''SetForeColor''>Set Font Color</resource>
Then modify it to meet your requirements.
Hope ...
-
Please use the following code:
CuteEditor.ToolControl tc = Editor1.ToolControls[''LinkTree'']; CuteEditor.TreeDropDownList tdd = (CuteEditor.TreeDropDownList) tc.Control; //clear the items from configuration files //see ...
... 57 ...
|
|
|