Search

You searched for the word(s): tag
Showing page 209 of 228 (2,278 total posts) < 1 second(s)
  • Example of class override problem

    Hi Adam,   1. Please run general.aspx, go to the HTML and use the following:   <style type=''text/css''> table.sample td { padding-bottom: 0px; width: 150px; padding-top: 0px; text-align: left; vertical-align: top; align: ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 31, 2007
  • Unselectable and contenteditable

    One of the interesting features of the editor is the ability to protect a template.  However, it is certainly not foolproof.  Even if a <div> is set to be unselectable and uneditable, you can still delete stuff within it and change properties.   Any chance you will fix this in 6.0?  It would be a really powerful ...
    Posted to Cute Editor for .NET (Forum) by MITFrog on March 30, 2007
  • Background Image on PDF !

    I have some questions regarding a background Image that I would like to use on each page of the final PDF. 1- How can I shrink/enlarge the Background Image to fix a specific area (rectangle) on the page?2- Do I must work with the BODY, DIV,TABLE,TR or TD tag style/features (width, height)? What are the PRIORITY order on the final render? 3- How ...
    Posted to Cute Editor for .NET (Forum) by GEO.NET on September 25, 2006
  • Error on build

    When I build my website I get errors like this:   Could not find file 'C:\Documents and Settings\Chris\Local Settings\Temp\VWDWebCache\{website}\CuteSoft_Client\CuteEditor\_sharedie.htm'. C:\Documents and Settings\Chris\Local Settings\Temp\VWDWebCache\{website}\CuteSoft_Client\CuteEditor\Dialogs\Tag\tag_inserttable.ascx 127   It ...
    Posted to Cute Editor for .NET (Forum) by optik on June 12, 2006
  • Inserted HTML changes :(

    Hi, Currently with version 5.2 of CuteEditor I have the following problem. When input tags are entered inside the html view manually in the following way: <input type=''text'' /> and after switching to Normal or Preview mode, then back to html view the input tag is changed to: <input>. If I use <input type=''submit'' /> instead ...
    Posted to Cute Editor for .NET (Forum) by dvarchev@vizibility.net on March 15, 2006
  • Positioning the cursor after inserting a list

    I'm writing a JavaScript application that prepares a CuteEditor instance for user input by using the SetHTML function to insert the following:          <ol unselectable=''on''><li></li></ol>I would like the user to be able to start adding items to the list and to NOT be able to navigate ...
    Posted to Cute Editor for .NET (Forum) by bpesner on March 8, 2006
  • Stylesheet from Database?

    Our CMS uses the database to store stylesheets. At page construction time, we use an asp.Net handler to cough up the sheets and link them to the associated pages using a Link tag with an URL something like this ''style.css?id=23''.   I want to be able to use these stylesheets in the editor, but it appears the implentation behind ...
    Posted to Cute Editor for .NET (Forum) by mikea on February 21, 2006
  • Anchor Icons

    Hi All -   I've just been working with CuteEditor just for the last couple days, and so far so good - what a great product at a great price.   Only problem I haven't been able to figure out is why, when I initally load a page, the ''flag'' icon representing an anchor tag don't show in 'normal' view.  If I click on 'html' ...
    Posted to Cute Editor for ASP (Forum) by SavageAnne on February 6, 2006
  • Cute Editor started ignoring WIDTH attribute

    I've set the width of the editor to 460, and this worked previously, and now today the editor started ignoring the width attribute. It's not even the button bars that are forcing it wider, they only go about halfway across (in it's ignoring width mode).   I noticed that the output had a width:100% for the style of the textarea, so I tried ...
    Posted to Cute Editor for .NET (Forum) by Preludean on December 6, 2005
  • What's New in version CuteEditor for .NET 5.1?

    New Features and Improvements: The new Editor.LoadRTF Method (RTF to HTML Support) has been introduced. /// <summary>/// Loads the contents of an RTF file into the CuteEditor control.  /// </summaryExample:Editor1.LoadRTF(''~/doc/mtText.RTF''); The new Editor.SaveRTF Method (HTML to RTF Support) has been ...
    Posted to News and Announcements (Forum) by Adam on November 28, 2005