Search

You searched for the word(s): tag
Showing page 11 of 228 (2,278 total posts) < 1 second(s)
  • object tag

    Hello,   I would like to use custom object tag to include a 3D drawing of our products.   But when I include this lines of code (html view)   <object id = ''viewer'' classid = ''clsid:A662DA7E-CCB7-4743-B71A-D817F6D575DF'' CODEBASE=''http://www.autodesk.com/global/dwfviewer/installer/DwfViewerSetup.cab'' border = ...
    Posted to Cute Editor for .NET (Forum) by tcz on February 28, 2006
  • Firefox 1.5 bug: style in head tag disappear

    First of all, thanks for a great Editor! I think I have discovered a bug though. When using the editor with EditCompleteDocument=''True'' the style in <head> is removed on postback. Also if I use a css file for EditorWysiwygMode all content in the BODY tag is removed on postbacks. This does not happen in IE. (Using build 07-02-2006)PS! A ...
    Posted to Cute Editor for .NET (Forum) by eldorsen on February 7, 2006
  • <body tag in Mozilla

    Hi,   Cute is adding a <body> tag at the top of my text blocks when I use Mozilla, for example:   <body style=''background-color: rgb(255, 255, 255);''>   This is overloading my actual body style and setting the whole page white after any text edits.  This does not happen in IE.   Any help ...
    Posted to Cute Editor for .NET (Forum) by taylorsmith on September 24, 2005
  • Editor removes "" from tag attribute values

    Hi, I have a problem....I set the UseRelativeLinks attribute to false, and paste in some HTML while the editor is in HTML mode.   I then switch to Normal mode to do some editing and then go back to HTML mode. Now the code is not formattet (no indents) and tag attribute values have lost their quotation: vAlign=''top'' -> ...
    Posted to Cute Editor for .NET (Forum) by Claus on August 18, 2005
  • HREF Tag in templates pre-filled with current URL

    I have created some templates which are to be used in the CMS area of a client site, however the public side of this site is hosted on second server/URL for security reasons. The templates I have created have some system specific Tags in them, for example (''<a href=<customTag>''><img src=/images/dot.gif></a>''). The ...
    Posted to FAQ (Forum) by Ranta on May 9, 2005
  • Basic .NET Setup Problem - Get "Unknown Server tag CE:Editor" error

    Is there any basic demo code available?   I copied the copied the CuteEditor.dll and license file to the \bin directory of the web site and added a reference to the dll in the project.  Everything compiles ok but when I run the page the <CE:Editor> tag is not found.   What else do I need to ...
    Posted to Cute Editor for .NET (Forum) by jcutchin on September 16, 2004
  • Re: Automatic insertion of <div> tag around pasted text

    Yes, it occurred it that example page, as well. These are the steps I am taking: Copy a line of text from anywhere.  Paste it into Notepad. Copy the line out of Notepad. Place your cursor in the editor, and then Paste in the copied text (CTRL + V). After going through these steps, when selecting the ''HTML'' view ...
    Posted to Cute Editor for .NET (Forum) by A-Damage on March 3, 2011
  • Non spacer IMG with equvilant ALT tag, Non spacer IMG needs LONGDESC

    I have all of my images with alt tags. The alt filenames are = to the jpg/gif filename (without the extension). However, when I use Dreamweaver 8 to check for Accessibility it suggest Non spacer IMG with equivlant alt tag and Non Spacer IMG needs Longdesc.  Can someone help me to clarify what is wrong with my alt and/or dreamweaver?  
    Posted to Cute Editor for .NET (Forum) by tech on February 28, 2006
  • Re: Tag <p> is created right after text deletion

    Because some guys ask me how to do! I put here for all! Please use it before saving data if(str.toLowerCase().indexOf(''<p>'') == 0) {      str= str.replace(/^<p>/i,'''');      str = str.replace(/<\/p>$/i,''''); } Please use it before pasting data ...
    Posted to Cute Editor for .NET (Forum) by Gia Phu on November 10, 2008
  • Inconsistent <p> tag in Cute Editor

    Hi I am facing inconsistent appearance of <p> tag when I use Cute Editor. The scenario is as below:-   Type a line of text in a new loaded editor without pressing enter key.Click on HTML view, there are no <p> tag enclosed input text.Delete the text being input previously. Then type a new line of text without pressing enter key ...
    Posted to Cute Editor for .NET (Forum) by ylkok on February 19, 2009
« First ... < Previous 9 10 11 12 13 Next > ... Last »