Search

You searched for the word(s): font
Showing page 96 of 216 (2,157 total posts) < 1 second(s)
  • Re: Unable to see FontSize, FontName when i select text in EDITOR

    I think what he meant was what we are looking for, for instance while in the editor the user would like to see what font was already assigned to some text, some editors out there update the font size dropdown upon mousedown to show which font is applied to the text you select or click down on. It would be great if this control could do that.
    Posted to Cute Editor for .NET (Forum) by Accutitle on November 8, 2005
  • Re: Safari problem with editor without content

    Adam,   I figured out the problem.  I have the editors hidden (table row with display style set to 'none') and when I do this, your editor will not populate the text into the textarea field.  When I change the display style to 'inline' the content appears as it should.   Here is a sample page for testing ...
    Posted to Cute Editor for .NET (Forum) by tvreelan on June 16, 2006
  • Re: Programmatically populate the Code Snippet dropdown - ISSUE

    Ok, so I created a page like you suggested above. Here is the code on my ASP page:=====================================================================================<!-- #include virtual = ''/contentmanager/CuteEditor_Files_v6_1/include_CuteEditor.asp'' --> <html>     <head> ...
    Posted to Cute Editor for ASP (Forum) by demmett on May 23, 2011
  • I need the font and size drop downs to appear last on my toolbar.

     I need the font and size drop downs to appear last on my toolbar.I've tried to change the order using the TemplateItemList, and the simple config to no avail.
    Posted to Cute Editor for .NET (Forum) by KidMiller on June 29, 2010
  • Editor sends empty string to database

    hi i am currently working on a project that takes values from two Cuteditor boxes and inserts them into a new database row. The problem is that only one editor sends data, or none sometimes. When i checked my database for errors and I get all the data except from the editors. I am attaching code below, please ...
    Posted to Cute Editor for .NET (Forum) by darling1906 on September 11, 2006
  • couldn't change the font size in IE9

    It seems that I could not change the font size in IE9. Strange thing is I can change the font size when I type this message. but I couldn't do it in your demo page http://www.cutesoft.net/example/general.aspx  
    Posted to Cute Editor for .NET (Forum) by wolf11th on May 9, 2011
  • Re: Click Save Button Event

    Yahoo .... it appears I have edited the code correctly to get it working using VB2005 (Beta 2).   I am no longer using the codebehind file. The code is consolidated into one aspx file. The working code is as follows:   <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by johnhappy on September 23, 2005
  • Re: User Image Gallery

    Here ya go... <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <script runat=''server''>     // Obtain the gallery folder from query string     string album;     void Page_Load(Object sender, EventArgs e) ...
    Posted to ASP.Net Image Gallery (Forum) by jbnelson on November 29, 2004
  • Re: <Font>-Tag Problem - Still not solved

    edgarJakob:I am using IE7 Version: 7.0.5730.11   edgarJakob,   I think this issue is fixed.   Please try this demo again:   http://cutesoft.net/example/general.aspx
    Posted to Cute Editor for .NET (Forum) by Adam on August 31, 2008
  • Setting CSS instead of CSS file

    Hi,   I'm currently using ''Editor1.EditorWysiwygModeCss = this.MapPath(''editorcss.css'');'' to load css into the editor. However, I'd rather like to set something like Editor1.css = ''body { font-family: arial; font-weight: bold;}...etc''. (So I want to insert the css code itself instead of the filename).   is there a way to do ...
    Posted to Cute Editor for .NET (Forum) by harrieverveer on July 7, 2005
« First ... < Previous 94 95 96 97 98 Next > ... Last »