Search

You searched for the word(s):
< 1 second(s)
  • Re: Carriage Return / Line Break with <br>

    &lt;map name=''USAMap''&gt;&lt;area onmouseover=''Tip('&lt;strong&gt;Headquarters&lt;/strong&gt;&lt;br/&gt;5233 Coye Drive&lt;br/&gt;Stevens Point, WI 54481&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Wisconsin, Stevens Point&lt;/strong&gt;&lt;br/&gt;4500 Industrial Park Road&lt;br/&gt;Stevens Point, WI 54481',200,'left');''&gt;&lt;/map&gt;&lt;input ...
    Posted to Cute Editor for ASP (Forum) by EricR on June 14, 2011
  • Re: Carriage Return / Line Break with <br>

    Thank you for the response.&nbsp; Basic examples like that work just fine it would seem.&nbsp; However, when I enter in html like &lt;area onmouseover=''Tip('&lt;strong&gt;Headquarters&lt;/strong&gt;&lt;br/&gt;5555 Pleasentville Drive&lt;br/&gt;Carthage, TX 66666&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;Texas, Carthage&lt;/strong&gt;&lt;br/&gt;1111 ...
    Posted to Cute Editor for ASP (Forum) by EricR on June 13, 2011
  • Re: Carriage Return / Line Break with <br>

    As mentioned, I've already changed it from &lt;p&gt; to &lt;br&gt;, so I am using the BreakElement Property.&nbsp; However, in the actual HTML that is returned from getHTML() returns \r\n&lt;br/&gt; where you have hit enter in the HTML.&nbsp; I would like it to return just &lt;br/&gt; and not \r\n&lt;br/&gt;.
    Posted to Cute Editor for ASP (Forum) by EricR on June 10, 2011
  • Carriage Return / Line Break with <br>

    I've been searching for how to disable some text being added into the editor.&nbsp; When hitting enter, I have changed it to add a &lt;br&gt; instead of a &lt;p&gt; or what have you.&nbsp; I'm looking to remove the \r\n (linebreak carriage return) from in front of the &lt;br&gt; tag.&nbsp;Any help would be greatly appreciated.
    Posted to Cute Editor for ASP (Forum) by EricR on June 9, 2011
  • Re: URLType not working with INPUT form.

    This issue is still occuring.&nbsp;&lt;CE:Editor UseHTMLEntities=''false'' StyleWithCSS=''true'' EnableStripScriptTags=''false'' FullPage='true' EditorBodyStyle=''font-family:'Microsoft Sans Serif'; font-size:'12';'' BreakElement='P' ThemeType=''OfficeXP'' AutoConfigure=''Full'' DisableItemList=''SelectAll, SelectNone, CssClass, LinkTree, Codes, ...
    Posted to Cute Editor for ASP (Forum) by EricR on May 4, 2011
  • Re: URLType not working with INPUT form.

    Well, the issue is that I need no URLs at all to be altered.&nbsp; This includes entering them via forms or typing them by hand in the HTML view.&nbsp; So when I have ''Default'' which is supposed to not convert URLs, I'm not expecting an input form for INPUT to append or change the Src url when I switch tabs. &nbsp;This is because the users that ...
    Posted to Cute Editor for ASP (Forum) by EricR on March 31, 2011
  • URLType not working with INPUT form.

    Hello, I have URLType set to ''Default'' in my CuteEditor.&nbsp; Mostly this works, however, when using the ''Image Button'' option which brings up the INPUT form,&nbsp; I can add a Src: in like /example.ashx/blah.&nbsp; When I switch tabs from Input to General for example, the Src: will have my CuteEditor url appended on the front when I switch ...
    Posted to Cute Editor for ASP (Forum) by EricR on March 30, 2011