Search

You searched for the word(s): tag
Showing page 58 of 228 (2,278 total posts) < 1 second(s)
  • <p> vs <span>

    I am using the advantage of template keywords (contentEditable,unselectable) to edit a restricted area on a document. Below is the standard definition of an editable region on my default xml file. <div id=''EditLayer4'' contentEditable=false unselectable=''ON'' align=''left'' style=''position:absolute; overflow:hidden; display:none; ...
    Posted to Cute Editor for .NET (Forum) by Tony88 on January 9, 2007
  • Re: Editor stripping !Doctype after save

    Thank you for the reply. However, this does not seem to work.   When I save the contents of the editor to the database the !Doctype tag remains in the editor HTML window. But if I close the editor after saving and open it again - getting the saved html from the database - the !Doctype tag is no longer there.   If I look in the ...
    Posted to Cute Editor for .NET (Forum) by the4bs on October 26, 2006
  • Re: CSS Class on Block Object - Help Please

    Jordan,   If your selection is a block element, when you select the css class dropdown,  CuteEditor will just change/ass the cass attribute of this block element.   For example:   <DIV class=myClass>Text</DIV>   Will be changed to:   <DIV class=newClass>Text</DIV>   If your ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 11, 2006
  • error

      Let me preface by saying that dotnetnuke was installed by my host (godaddy.com) on a virtual server so I do not have access to any DNN files nor does godaddy support the 'third' party software, just an fyi, thanks for the reply, here is the error i get. Server Error in '/dotnetnuke' Application. Runtime ErrorDescription: An application ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by bcinfo on August 31, 2005
  • Re: Can I change the embed tag in the Insert_Media.asp script?

    Step 1. Insert an image into the editor.  Step 2. Select the image  and click the  button  Step 3. Pick the file you want to link or input the file URL in the URL field directly. 
    Posted to Cute Editor for ASP (Forum) by Adam on December 7, 2004
  • Re: Links to Always Open in New Window (_blank)...

    HomecitySupport:Adam,How do you invoke the property builder? I cannot find the ''Properties'' page to set/check the Target.   Please check Tag.frame.aspx. The property dialog is dynamically generated based on the current Tag Name.   Check this following files as ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 31, 2006
  • Re: MailTo Link in anchor tag converted to some encoded value

    Please check this example:   http://cutesoft.net/example/general.aspx   If you cannot reproduce this issue in the above demo, please download the latest build then try again.
    Posted to Cute Editor for .NET (Forum) by Adam on October 21, 2008
  • When using EditorBodyStyle = "background-color: XXXX" puts it in <font> Tag

    Hello CuteSoft,   when using in my code for example this: EditorBodyStyle = ''background-color: #cccccc''   And then I am writing a text like ''My Text'' in the editor, it always puts automatically a <font> tag like this: <font style=''background-color: #cccccc''>My Text</font>   How can I disable ...
    Posted to Cute Editor for .NET (Forum) by Dev65 on January 17, 2010
  • Non expected HTML tag closure. [Fixed]

    The problem I'm having right now is very simple, I have the following HTML fragment. <p class="da-p">Nog een voetnoot    <footnote>        <p class="footnote_text"> Tweede voetnoot</p>    ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by marvin on January 24, 2014
  • Add custom items to tag context menu

    Hi, function CuteEditor_AddTagMenuItems(menuitem,element)   {    //you can see the menu item in the TagList    menuitem.AddMenuItem(1,''MyMenuItem1'',''bold.gif'',HandleMyMenuItem);   menuitem.AddMenuItem(1,''MyMenuItem2'',''bold2.gif'',HandleMyMenuItem); ...
    Posted to Cute Editor for .NET (Forum) by prasanthr on August 6, 2010
« First ... < Previous 56 57 58 59 60 Next > ... Last »