Search

You searched for the word(s): font
Showing page 150 of 216 (2,157 total posts) < 1 second(s)
  • Page Break inserted but not converted in RTF or PDF

    If I use the cute editor to create a small document and use the page break it does not convert properly in the PDF or RTF. It is ignored completely. All that needs to happen on the RTF is to put the \page tag in there when the page break is encountered. The PDF is a simple solution as well.   Additionally, the PDF does not reliably convert ...
    Posted to Cute Editor for .NET (Forum) by DTC on February 7, 2007
  • Re: DataBase relation

    Are you sure you get the data from your DB and pass it to srcURL?   Let us pass some value to srcURL and test it:    <% srcURL = srcURL & ''Hello World'' Dim editor         Set editor = New CuteEditor         editor.ID = ''Editor1'' ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 16, 2007
  • How to use Cute ASP with my Scripts for Updating a Database

    Does someone know how to ''Replace Textareas'' with Cute so that the Same Parameters will handshake with Update Scripts... Have a Script that Update my Textarea with Parameter Name and Value. But the Parameter in Cute is Editor.Text. So I can See my Record in Cute perfectly but my update Script does not react on Editor.Text. I do not want to ...
    Posted to Cute Editor for ASP (Forum) by testuser22 on October 27, 2006
  • CSS Styles in <HEAD>

       Hi   I have searched the CuteSoft forums and can't quite find the exact answer to this   I am NOT using external stylesheets   Instead I define my style in the <HEAD>  When I go to 'normal' view the style defined in the <HEAD> is not applied.  E.g. I set text to areal in the ...
    Posted to Cute Editor for .NET (Forum) by chrislennon on October 19, 2006
  • Re: Extra Line breaks

    1. Click HTML Edit (working fine) - the only problem when I click ''enter'' after <tbody> tag I see font size changes for entire source code. 2. Click ''submit'' 3. Click ''Back'' button on IE 4. Now after clicking ''enter'' after <tbody> tag I can see extra empty line inserted.   I was using ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on June 13, 2006
  • Automate the CodeCleaner

    Can we get the CodeCleaner to be automated onPaste ??At the moment I have 2 requirements for the editor.1. On paste, remove ALL HTML. The resulting pasted content should be PURE text. This should be included in any editor.2. On paste, remove all Word markup, Span & Font tags. This is necessary for any content management style systems where you ...
    Posted to Cute Editor for ASP (Forum) by ReqMan on June 4, 2006
  • Pathing Issues

    My directory structure consists of the following: Root    Dir1    Dir2    Dir3    Images   My editor is located on an aspx page in Dir1. The page I'm trying to edit is on the root and of course my images are in the Images folder. The page was originally created in Font Page, ...
    Posted to Cute Editor for .NET (Forum) by bbrennen on May 25, 2006
  • Re: where can I down load the external style sheet example

    This is the source code of the above example:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --> <html>     <head>  <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' />  <script language=''JavaScript''>   function ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 20, 2006
  • Re: Problem with inserting documents or images

    Nope, here's my code.  Actually, I'm pretty sure it's not a code issue, I didn't mention this before (sorry) but it works fine on my development machine, but not on my (hosted) server. Dim editor Set editor = New CuteEditor editor.ID = ''HelpText'' if strHelpText<>'''' then editor.Text = ...
    Posted to Cute Editor for ASP (Forum) by SavageAnne on April 14, 2006
  • Menu Bars not showing up

    I am trying to run the samples in VB.NET (.NET v1.1) and when I run it the menu bars aren't showing up and the format is all messed up.  So it pushes all the drop down boxes for size, font, links, etc down and therefore the area to type in is hardly there.  I've purchased the product and would like to get this resolved.  Thanks ...
    Posted to Cute Editor for .NET (Forum) by [email protected] on March 10, 2006