Search

You searched for the word(s): stylesheet
Showing page 10 of 61 (604 total posts) < 1 second(s)
  • Re: Font-size in editor iframe

      Hi,   Sorry for the long delay of my reaction, I've been away for a couple of days.    The 0.7em in the html tag specifies that the default font-size on my site depends on the font-size that the user has selected in his browser. Normally, that will indeed result in 0.7 * the medium font size, but when a user for ...
    Posted to Cute Editor for .NET (Forum) by Activator on December 21, 2006
  • External CSS file

    Good Morning. Here's my problem. I have the Cute Editor in a file named: Default.aspx and this is how it loads the file to edit into the editor this is the file  Default.aspx.cs private string appPath = ''/ndCMS/admin/myhosted.com/''; void Page_Load(object sender, System.EventArgs ...
    Posted to Cute Editor for .NET (Forum) by zaiboot on October 2, 2007
  • HttpApplication do not implement IHttpApplicationDataProvider

    Hello   Im trying to make cute chut run on our website. but i always get an ''HttpApplication do not implement IHttpApplicationDataProvider'' exception.    On other servers it works but here i cuteChat does not show up. The exception is thrown in the file IM_MainForm.aspx and below is the line which causes the exception: ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by d.kn on June 15, 2006
  • Re: stylesheet - the plot thickens

    Dean, Most of these kind of problems can be resolved by recopying the Cute Editor client files to the server. Can you try this method and keep me posted? If you still have problems, I think I need your site FTP access.  
    Posted to Cute Editor for .NET (Forum) by Adam on April 4, 2005
  • Re: Using the website stylesheet

    Copy the stylesheet from the editor into your stylesheet and set the editor style-path (editor.StyleSheetPath = ''../style.css'') to yout stylesheet.
    Posted to Cute Editor for ASP (Forum) by herbert on May 3, 2005
  • Problem in applying external stylesheet

    Hi there,   I am applying external stylesheet using EditorWysiwygModeCss property. When I applied a class to selected bulleted text in editable text area it generate wrong HTML as class applied only on few text, not all.   Is there any property required to set?   Can we clear the previous Class?   Pls reply me asap... ...
    Posted to Cute Editor for .NET (Forum) by Survi on March 26, 2007
  • Re: External Stylesheet and background color

    superman,   Please check the following exampls: http://cutesoft.net/example/editorbodystyle.aspx   http://cutesoft.net/example/backgroundimage2.aspx   http://cutesoft.net/example/backgroundimage.aspx   Is that what you want to do?    
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2006
  • Re: Change positioning in chrome

    Kenneth: Hi marvin,   Can you post your editor page url? This issue should causes by your page style setting, the stylesheet or the <style> code. you can remove them one by one to find out which part causes the problem.   Regards,   Ken    Hello Ken,   I'm sorry but I'm still ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 20, 2014
  • Re: Passing Filename Variable To mySql Database

    Hi Ken, sincere thanks for your reply.   After your suggestion I went and re-wrote the code and in case anyone needs a helping hand on sending the form data to mySql databases, this is what I've put together.   <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html ...
    Posted to PHP File Uploader (Forum) by IRHM73 on February 8, 2012
  • Re: not geting value in $fileguidlist=@$_POST["myuploader"];

    Dear pandurang,   Please check: 1. Put php uploader within tag <form> 2. $uploader->Name=''myuploader'';     and     $fileguid=@$_POST[''myuploader''];        These two lines should have same ID.     Please refer to the following example ...
    Posted to PHP File Uploader (Forum) by Eric on September 15, 2010
« First ... < Previous 8 9 10 11 12 Next > ... Last »