Search

You searched for the word(s): br tag
Showing page 1 of 228 (2,278 total posts) < 1 second(s)
  • Re: Syntax Highlighter button is not properly saved

    Hi Ken,   Thanks.The problem is when we save the article. The content we got from CuteEditor contains a bug. The html file is missing ''<''. After looking at the html, I found the root cause of it.   Try the above example again, go to ''HTML'' tab, you will find that there is an extra ''/''  before ''h1'' and ''p'', ''body'' ...
    Posted to Cute Editor for .NET (Forum) by qsun on August 8, 2011
  • clearing the "href" tag when the "image" tag is deleted.

    In the html if we have - <A href=''...''><IMG height=192 alt='''' src=''...'' width=612 border=0></A> and we delete the ''image'' tag, the html shows - <A href=''...''></A>   Is there any way that we can get rid of  ''href''  tag also?   I mean ''href'' tag should also get deleted, when we ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 30, 2009
  • Re: Style tag in Head tag problem (removed by editor)

    Adam: >>Ifyou try to ''save'' the HTML by using the built-in Save button then the Editor1.Text that you get the other end still strips the STYLE tag from the HEAD tag and sticks the contents in the BODY tag.   Can you try the save button in the following ...
    Posted to Cute Editor for .NET (Forum) by MarkMyWords on August 4, 2008
  • Re: Style tag in Head tag problem (removed by editor)

      Ok, probably the final word on this, unless CuteSoft support can solve my final issue below.     As Andy pointed out, the STYLE in the HEAD tag is not stripped out if you set the following property on the editor...      Editor1.EnableStripStyleTagsCodeInjection = false; This is great and appears ...
    Posted to Cute Editor for .NET (Forum) by MarkMyWords on July 25, 2008
  • Re: Get tag attributes in Tag.aspx script?

    Dear tobster,   Please open ''tag.aspx'', you can find the following method, it enumerates the elements of tag.config,        foreach(XmlElement xe in doc.DocumentElement.SelectNodes(''add''))      {       string ...
    Posted to Cute Editor for .NET (Forum) by Eric on December 7, 2010
  • Re: Style tag in Head tag problem (removed by editor)

    >>Ifyou try to ''save'' the HTML by using the built-in Save button then the Editor1.Text that you get the other end still strips the STYLE tag from the HEAD tag and sticks the contents in the BODY tag.   Can you try the save button in the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 25, 2008
  • Re: Span tag appears inside of link tag

    Well, the issue seems to have solved itself somehow (on the test page I put up facing the internet anyway). It was still happening a few days ago, now it just works and I didn't change anything.   Go figure.   I did notice a weird bug in FireFox 2.0.0.12 though. When I use the second bit of example text and select everything as ...
    Posted to Cute Editor for ASP (Forum) by Jaheckelsafar on March 14, 2008
  • Re: error while converting upper case html tag to lower case html tag problem

    Thanks for your reply,I give you the upper and lower case letters in Turkish below:I(upper)-ı(lower case note that there is no dot on the lower i may be you may nt see it)I mean there are 2 i in Turkish(ı and i are 2 diferent characters)I mean the controoler does not look at the standart English when converting tags into lower case.There is no mif ...
    Posted to Cute Editor for .NET (Forum) by tkayapinar on September 15, 2005
  • Add <link .....> tag with Cute Editor 6.1 text

    I have a cute editor 6.0 version and i have a drop down from which i select the css  file name which are strored in a folder. When i select a css file name from drowp down then i attach a link tag to the cuteeditor text by calling these funtion of a class from the web page :   On web page: Editor1.Text = ...
    Posted to Cute Editor for .NET (Forum) by mtrvikas on July 16, 2008
  • Re: Span tag appears inside of link tag

    Jaheckelsafar: When I create a link inside some text then select all the text in the editor and change the class, the editor adds a span tag inside the link tag only it there is a <p> tag in the page. When I remove the <p> tags there is no problem. I seem to be unable to replicate the issue in the online demo, but it happens in a ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 21, 2008
1 2 3 4 5 Next > ... Last »