|
Search
You searched for the word(s): font
Showing page 17 of 216 (2,157 total posts)
< 1 second(s)
-
I am using cute editor in my project. I have applied CSS to CuteEditor using EditorWysiwygModeCss.
body
{
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:normal;
}
And it is ...
-
We've noticed a couple problems when trying to change the style of fonts within and outside a table. Please follow the following steps to reproduce the problems:
1. Insert a table consisting of one column and two rows.
2. In the first row, add some text (e.g., ''line1'')
3. In the second row, add some text (e.g., ''line2'')
4. ...
-
Fred,
Let me explain this in details.
For example, you type ''Hello World'' into the editor.
Select it and chaneg the font name to Comic sans MS, you will get:
<span style=''FONT-FAMILY: Comic Sans MS''>Hello World</span>
If you select the above HTML code and change the font ...
-
Jeff,
May it's the following issue.
http://cutesoft.net/forums/thread/19307.aspx
If yes, please remove the following code and try again:
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
-
Thanks Adam,
That's great. Just one more quick question.
Can I add new values to the end of this string such as
''8pt'',''10pt'',''12pt'',''14pt'',''18pt'',''24pt'',''36pt'', ''72pt''
or can I only replace values
''8pt'',''10pt'',''12pt'',''14pt'',''18pt'',''24pt'',''72pt''
ie. is this string a fixed number of ...
-
Hi, I would like to know how if it possible to set the default font of the operators message in the support client's window. At the minute, the font is something like Times New Roman which doesn't fit with the style of our site. I can set the size using the .UserMessage CSS class in SupportClient.css ...
-
It is difficult to get a font change to stick in the Safari, Chrome and Firefox (but not IE).
If you
use Safari, Firefox or Chrome go to your demo page, clear the contenttype a short line of texteither select some text (or don't)use the font menu to change the font (the font appearance on the page changes)hit the enter key to go to a ...
-
Hello
This is the html in a table that looks like I want it to when viewed with IE, but it renders much differently when viewed with Mozilla.
I am not a programmer, which is why I use your product.
Here is the table html, any ideas?
<div><table class='''' title='''' style=''WIDTH: 758px; ...
-
Chemir:
Some of the buttons which are turned off in the tool bars still exist when you right click on the editor area. What must be the problem?
Regards,
Chemir
How To Control the Context Menu in the CuteEditor?
-
Just for reference, I am pasting the code of the pageeditor.asp file that is having issues with latest version of the editor. This might be helpful.
======================================================================
<!-- #include file = "ConnStr.asp" -->
<!-- #include file = ...
... 17 ...
|
|
|