Search

You searched for the word(s): tag
Showing page 19 of 228 (2,278 total posts) < 1 second(s)
  • Re: Cute Editor 6.4: problem assing Css Class to Selected Tag

    If you select the whole paragraph and pick a class in the css class dropdown, the class of your paragraph will be changed.   If you only select a piece of text instead of the whole paragraph,  CE will use the span tag to apply the css class.   CE also has another method which allows you change the class of the existing ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2009
  • Re: PasteHTML inside href tag appears outside

    In normal view, you can put the mouse at the front of the image and let the mouse  become   , click the insert html button, it will not delete the content of img tag.   You can also switch to HTML view and put mouse to the place that you want to insert content, click the insert html button, you will get the result that you ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 19, 2009
  • Re: How to remove <Form> tag in the editor?

    Creates your own HTML Filter The following code shows how to create your own HTML Filter to remove any tag you don't want. In this example, all form tags will be removed automatically. All you need to do is adding the code below into the bottom of the page. <script> function CuteEditor_FilterHTML(editor,code) {  return ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 4, 2008
  • Re: Body tag content between browsers

    Hi, I have just downloaded the latest version and tested. Firefox now gives:- <body style=''margin: 0px; padding: 0px; background: #ffffff none repeat scroll 0% 0%; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; ...
    Posted to Cute Editor for PHP (Forum) by Glenn on March 6, 2009
  • PasteHTML inside href tag appears outside

    Hi   When i do a pastehtml and an image is selected inside a href tag the old image is removed but the new image appears before the href tag instead of inside it.   You can replicate this on http://www.cutesoft.net/example/JavaScript-API.aspx   Goto html view and wrap the first image with a href tag. Then goto normal view ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on August 19, 2009
  • Re: Unknown server tag 'CE:UploadSingleFile'

    I deleted them, thanks. I had copied over, instead of a complete replace, so the old files got left in my project. I figured that's what it was, but wasn't sure. I didn't think of checking what was in the downloaded .zip, however.   Thanks for your help,  Andy  
    Posted to Cute Editor for .NET (Forum) by bassrocks on June 2, 2008
  • Re: Can we customize HTML tag on cute editor?

    Again to clear point of issue about to the position to put code into the pages.  ''adding the code below into the bottom of the page. ''  Where is the bottom of the page?  Do you mean position of #5 in the following?  <html>#1 <head>#2 </head>#3 <body>#4 </body> #5 </html > #6 ...
    Posted to Cute Editor for .NET (Forum) by sarana on September 2, 2009
  • Re: Firefox div tag issue, CE is disabled with errors

    I have the same issue with Firefox 3.0.2 and CuteEditor 6.2. I cannot data enter and when I click on the bold button, for instance, I get:  Command 'Bold' Error : Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLDocument.execCommand]. I understand the suggested workaround in the div styling rather than setting ...
    Posted to Cute Editor for .NET (Forum) by CSVal on December 18, 2008
  • Re: Customize a href tag

    The HyperlinkTarget property is fine because the window is opening how I want after I save. However, I would like the link to become active before I save. Here is what I would like to happen: The user highlights some text (we'll say ''Search page'') in the Normal editor window and clicks the Insert Hyperlink button. They set the ...
    Posted to Cute Editor for .NET (Forum) by B284 on November 19, 2008
  • Re: Image tag problems when pasting from Image Galery.

    Please open CuteSoft_Client\CuteEditor\Scripts\Dialog\Dialog_InsertGallery.js   And add the following code to the bottom of the page:   function insert(src) {  if (src)  {   var url = src.replace(new RegExp(''^[a-z]*:[/][/][^/]*'',''''), ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 14, 2008
« First ... < Previous 17 18 19 20 21 Next > ... Last »