|
Search
You searched for the word(s): font
Showing page 131 of 216 (2,157 total posts)
< 1 second(s)
-
Dear carrot,
editor.EditorBodyStyle=''font-size:12px'' ,this line will set the editor area font size to 12px, when you preview it, it will be the same as ''normal'' view. ''html'' view only display html code, its font will be change, this is correct. it is not an issue.
Regards,
Eric
-
Hi,
where could I change the default font in Cute Editor ? I need Arial 12px !
Thanks for help !
-
Add the following code into DNNgeneral.css file:
table { font:normal 11px Tahoma;}
-
Hi,
Please create an page name example.asp with the code below and test it with the new version. Does it work for you?
My email is Kenneth@CuteSoft.net
<!-- #include file = "cuteeditor_files/include_CuteEditor.asp" -->
...
-
Hi PeterK, The example below shows you how to custom the queue table, hope it help <?php require_once ''phpuploader/include_phpuploader.php'' ?><?php session_start(); ?><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''><html ...
-
Hi HarryV, When setting links in the Editor, what is the best way to control the color of the link at mouse off, mouse over and visited? Upon creating a series of links, I have found the color of each link (font) seems to vary for no obvious reason between blue (normal) and purple. Question1, Please refer to ...
-
esbf,
If you select the whole div block and choose the css class in the drop down, the css class will be applied to the whole div block.
If you select some text content inside the div block, the inline style will be applied to the selected content.
By default, inline style of cute editor will use span.
You can ...
-
pbmartin:
Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML. So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without manually ...
-
Dear korty,
Please try the following code:
<?php include_once(''cuteeditor_files/include_CuteEditor.php'');
$content = '<div><p>headline</p>
<p>';
$editor=new CuteEditor();
...
-
John,
Please try this code
<%@ Page Language=''C#'' Title=''Total Progress'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
... 131 ...
|
|
|