Search

You searched for the word(s): font
Showing page 107 of 216 (2,157 total posts) < 1 second(s)
  • Cute Editor FAQ - How TO: Dreamweaver MX - Easy Insert Using Server Behaviors

    If you use Dreamweaver Server Behaviors and Insert Record you may be surprised that it doesn't see the editor.   There is an example file that explains how to write code to make an insert into a database, but here is an alternate method use the built in Dreamweaver Insert Function.   Create the editor as you normally ...
    Posted to FAQ (Forum) by Sky_Chief on April 26, 2007
  • The posted info does NO work!!!

    I am Embedding chat in my aspx page.  Everything works including the Admin portion.  Only thing that does not work is gettig to the chat room itself.  I copoed this code snippet from the sireand included in my page.  Below is my actual code.   All I get when i get to the chat roon is the line with the font ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by jbergeron9 on April 9, 2007
  • CuteEditor.net version 5.3 - Items not working under Safari 2.0+

    I've purchased cuteeditor.net and now working in MAC environment. I'm shock to found that followings simple things are not working in Safari (but in homepage stated compatible with Safari 1.2+):1) Set ''Font Color'' - in safari, it'll copy existing text and change color at the same time.2) ''Hight Light'' - in safari, it's t'll copy existing text ...
    Posted to Cute Editor for .NET (Forum) by leesam on March 9, 2007
  • Re: inserting into database

    systemdownnn,   Step 1:   Add the following at the top of your asp page.   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' -->   Step 2:   Change the following code:   <textarea name=''aboutus_entry'' cols=''100'' rows=''20'' wrap=''virtual'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 22, 2007
  • Re: Documentation on Modifying Cute Messenger?

    Chris,   How to change the layout of Messenger?   Please modify the following xml files:   ChatUI_IMMain.xml       ---- IM Main window   ChatUI_IMChat.xml      ----  IM Chat window     How to change color, font of Messenger?   Please ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 30, 2007
  • Re: DataBase relation

    Hi Max. thanks for the quick replay !   i know that i need to use editor.Text = <%=variable_with_code_in_it %>   the only problem is that this all function is in <% %> so if i will use for example   <% srcURL = ...
    Posted to Cute Editor for ASP (Forum) by necross on January 21, 2007
  • Re: automatic <p> tag insertion

    is version 5.3 ASP.NET 1.1 compatible?   The url you provided still does not provide me with what i need.   I went to the example you provided.  When i choose BR as the break element, i still experience the same problem.  If I change the font size before entering content, the content gets wrapped around <p> ...
    Posted to Cute Editor for .NET (Forum) by itatawy on December 11, 2006
  • PDF bad format!!!

    Hello!-I'm trying the component because it's almost what I need, but I'm having problems generating PDF. Even whith the sample code if I set a border for the table or a bgcolor on a div I get the following error when I later try to open the pdf file:In Spanish is : Distintivo desconocido: 758, 58.That would be something like: Unknown flag: 758, ...
    Posted to Cute Editor for .NET (Forum) by raul_xl on November 4, 2006
  • Re: Rendering CSS in design & preview mode

    Hi Chris,   I was able to get this to work!  The steps i went thru were: 1.  Where you call your editor.draw(), put this before it:   editor.EditorWysiwygModeCss = ''css/site.css''  where ''css'' is the name of the folder, and site.css is the stylesheet that holds your styles.  2.  In my site.css, i ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on November 3, 2006
  • Re: CuteEditor asp does not work with safari?

    David, The  Safari API is very limited for Rich Text Editing. You may experience some difficulties. We are trying o do our best to make it work better. Welcome any feedbacks.Please try the following example: http://cutesoft.net/asp/EnableAll.aspChange font:Hello WorldChange Color:Hello WorldAfter choosing the color, you need to ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 29, 2006