Search

You searched for the word(s): font
Showing page 119 of 216 (2,157 total posts) < 1 second(s)
  • Re: Font in editor is different in Firefox

    Not exactly the same problem but the font shows also a lot bigger then in IE. It looks like the font type is the same.
    Posted to Cute Editor for .NET (Forum) by Mariette on January 9, 2006
  • Re: Test code insert

    Ken,   I fixed it. In another stylesheet I had some conflicting styles. After I removed those I no longer have that strange ordening in IE.   .csharpcode {       border-right: #808080 1px solid;       border-top: #808080 1px solid; ...
    Posted to Cute Editor for .NET (Forum) by Mariette on November 16, 2009
  • Re: Insert Hyperlink Dialog issue

    Adam, Thanks for all your help. Your question on DPI resolved this issue. The customer had his display setting set to ''Large Size 120 DPI''. With that all the dialog boxes that you had mentioned were seen cut off. When I had him change the display setting to ''Normal Size - 96 DPI'', everything worked fine. Now my special request to you and ...
    Posted to Cute Editor for .NET (Forum) by superman on February 21, 2008
  • Re: Change for absolute URLS

    I got this way <%   Dim editor   Set editor = New CuteEditor   editor.ID = ''conteudo''   editor.Text = objTextos(''conteudo'')   editor.FilesPath = ''editor/CuteEditor_Files''   editor.AutoConfigure = ''default''   editor.EditorBodyStyle = ''font:normal 12px arial;''   ...
    Posted to Cute Editor for ASP (Forum) by Bryan Meller on July 10, 2008
  • Re: How to Hide Cancel all Uploads Button

    Hi adyboy369, Please try the following snippet:<?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 ...
    Posted to PHP File Uploader (Forum) by Eric on June 28, 2011
  • Re: problem with setting the Gallery's and template directory programmatically

    Hi Emile,   I set the directory path programmatically, it works fine on my end, can you clear browser cache, restart browser and try it again?  <?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html> <head> <title>Edit Static Html Example -- PHP Content Management, PHP WYSIWYG, PHP HTML ...
    Posted to Cute Editor for PHP (Forum) by Eric on June 19, 2011
  • Re: Default fontname and fontsize

    Never mind the advanced thanks.  How about an advanced answer!   I too want to set the default font name to Arial (it comes up as Times New Roman).    I also want to set the default font size to 2, but once I learn how/where to set the fontname.....   I am looking in shared/common.config, and within the ...
    Posted to Cute Editor for .NET (Forum) by e-novative on June 14, 2008
  • Re: format block... restricting paragraph styles

    David,   I can't reproduce this problem.   Please try the following code:     <FormatBlock>   <item text=''[[Normal]]'' value=''&lt;P&gt;''>    <html><![CDATA[[[Normal]]]]></html>   </item>   <item ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 10, 2006
  • Re: to customize

    >> no pop up for nick name, only members from database should be able to chat   Login as chat admin, choose the Room Administration ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on November 3, 2005
  • Re: Click Save Button Event

    Yesterday, after posting the above, I removed my version 4.5 copy of the software and installed the 5.0 version.   I opened the Capture Save codebehind file and tried to change the button text and the Label1 text but could not affect the changes. I made sure when I made my changes via VS2005 that both my local copy of the ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005