Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): font
More Search Options
Showing page
16
of
216
(
2,157
total posts)
< 1
second(s)
Re: change font size in textarea by css
Please use the following code: <% Dim editor Set editor = New CuteEditor editor.ID = ''Editor1'' editor.EditorBodyStyle=''
font
-family: Verdana;
font
-size=25;'' If request.QueryString(''postback'') <> ''true'' ...
Posted to
Cute Editor for ASP
(Forum)
by
Eric
on
August 26, 2010
Re: Font size/color of bullets on unordered lists
ROTO, I don't think the following html code is good. <ul><
font
color-''#ff0000''> <li><span>item1 </span></li> <li><span>Item2 </span></li> <li><span>Item3 </span></li> ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 11, 2010
Re: Changing the default font size in editor
EditorBodyStyle can only change the style of the document body. For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor. td,th {
font
-family: Arial, Helvetica, sans-serif;
font
-size: 12px; } .EditorWysiwygModeCss Property ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
March 3, 2008
Can not see the complete font sizes and font names
I have modified the configuration file and after the cuteeditor loads, the
font
size and
font
names are cut off. So instead of the first picture, it looks like the second picture. There is a scroll bar at the bottom that allows a person to scroll left and right and see the entire
font
name and size, but I would like it to auto sized like the ones ...
Posted to
Cute Editor for .NET
(Forum)
by
scanner2001
on
September 26, 2006
Re: Problem with setting up a default font for the editor text area
Thanks. That did indeed seem to work. Which brings me to my next question: Is there a way to programatically set the default
font
? If a user prefers a default
font
(e.g. we have a dropdown with
font
s on a ''front page''), can I somehow pass on that
font
to the editor to use as a default? Will I have to ...
Posted to
Cute Editor for .NET
(Forum)
by
ralc001
on
June 16, 2008
Re: Changing the default font
in the style sheet i wrote the following code and i have addes as displayed below body, td {
font
-family: Verdana ;
font
-size: 11px;
font
-weight: normal; text-decoration: none; } <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
sanjayvishu
on
June 23, 2007
Re: CuteEditor asp does not work with safari?
hi adam, thanks for your prompt response. I'm still facing multiple problems and bugs even with the online demo you showed me. Also, from the example in your post, I do not see a change in
font
color.List of problems (Bold, italic and underline are the only controls that work reliably)1) Image / media insertion only works sometimes. When it ...
Posted to
Cute Editor for ASP
(Forum)
by
reddawn
on
October 30, 2006
Re: Can not see the complete font sizes and font names
I just realized that this problem is occurring on IE 7, it looks ok on IE 6. Any suggestions? Thanks, Jeff Forget that last statement, I did not read far enough down the links. I removed the tag and it works ok now. Thanks again for you help. Jeff
Posted to
Cute Editor for .NET
(Forum)
by
scanner2001
on
September 26, 2006
An automatic generation of text 'CSS Class Paragraph Default Font Size' when using Firefox
This happens only with Firefox.I have several editor panels on the one page and they appear to generate continuously the lines'CSS Class Paragraph Default
Font
Size''CSS Class Paragraph Default
Font
Size''CSS Class Paragraph Default
Font
Size''CSS Class Paragraph Default
Font
...
Posted to
Cute Editor for .NET
(Forum)
by
geoffo
on
January 13, 2011
Problem with font selection in Cute Editor ASP
hi i encountered this problem in cute editor ASP (and even in the online demo of version 6.0) - in a paragraph of text, i change the
font
of a few words. then i change the
font
of another few words. Later if i change my mind, and highlight the entire paragraph with my mouse and select the new
font
type, the whole paragraph changes to ...
Posted to
Cute Editor for ASP
(Forum)
by
reddawn
on
June 8, 2007
More Search Options
« First
...
< Previous
14
15
16
17
18
Next >
...
Last »