|
Search
You searched for the word(s): font
Showing page 15 of 216 (2,157 total posts)
< 1 second(s)
-
Sorry about this (I don't know much about css)
My understanding of it now is, if I specify ''font-size: 2;'' in my Stylesheet, it is the same as if I wrote ''font-size: 2pt;'' So in fact I haven't set the default font size to be ''2'' I have set it to be ''2pt''. In which case, when I highlight a block of text in the ...
-
Sorry, I should have done more testing rather than writing a new message for each bug. Anyway, with the given code once a block of text has had its size changed, you can't change it again. That is, say I change a block to be 12px, but then change it again to 16px, the resulting html looks like this...
<font ...
-
Cris1,
Try set the following property to true then try again:
Editor.UseFontTags Property
Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. <font ...
-
I am trying to set the default font for the editor textarea programatically - i.e. based on the selection by a user on a ''login'' page.
The way I decided to go about this is to have several css stylesheets, each with a different font specified for the textarea of the editor. Then when the page with the editor loads, I set the ...
-
Hi
I'm just testing out cute editor for .NET and i have 2 questions i hope someone can answer.
1) how can i limit the size some one makes the text within the editor so that they can only have 0.9 or 1em for font size.
2) how can i limit the font-family to only: Verdana, Geneva, Arial, Helvetica, sans-serif; and Arial, Helvetica, ...
-
B284:
The default font and font size dropdowns duplicate the entire list for some unknown reason. Has anyone seen this or know how to make it only show the list once instead of twice? Thanks.
Can you check the following folder and make sure you have one configuration file?
CuteSoft_Client\CuteEditor\Configuration\Shared
-
It should be:
<FontName>
<item text=''Arial'' html=''<font size=3 face='Arial'>Arial</font>''>Arial</item>
<item text=''Verdana'' html=''<font size=3 ...
-
Hi , I have trouble for upgrade the Cuteeditor from 5.3 to 6.3.the font became small after I upgrade it . Please see the details below Load by Cuteeditor 6.3:
<span style=''font-size: 8px; font-family: verdana;''>
<img id=''tick'' src=''GetContentImage.aspx?image=tick'' style=''float: right; margin-left: 20px;''>
Don't get caught ...
-
<?xml version=''1.0'' encoding=''utf-8'' ?><configuration> <contextmenu> <item name=''Editing'' value=''True'' /> <item name=''Format'' value=''True'' /> <item name=''Insert'' value=''False'' /> <item name=''InsertAdvanced'' value=''False'' ...
-
Hi geoffo,
If if only happens on one pc, I suggest you try html filter. Please try the example below, it should works on you xp pc.
<%@ Page Language=''C#'' %>
...
... 15 ...
|
|
|