Search

You searched for the word(s):
Showing page 1 of 3 (22 total posts) < 1 second(s)
  • Re: width of cute editor

    Thanks, &nbsp; This test and the analysis triggered by it helped to solve the problem and I found the cause for the strange beaviour in my style sheet. &nbsp; The initial test worked fine with a few adoptions to my situation. Then I ncluded the stylesheet and I had the same problem of a too wide text field gain. One thing was different though: ...
    Posted to Cute Editor for ASP (Forum) by gottwald on April 29, 2010
  • Re: width of cute editor

    no help?
    Posted to Cute Editor for ASP (Forum) by gottwald on April 27, 2010
  • Re: width of cute editor

    Here is a link to my style sheets. It has variables that are called from an other file, which is listed below the stylesheet. &nbsp; form_style.asp&nbsp;- this file is used in the form/page that calles cute editor main_style.asp&nbsp;- this is the style used in cute editor style_variablen.asp&nbsp;- this ist the file with the variables used in ...
    Posted to Cute Editor for ASP (Forum) by gottwald on April 24, 2010
  • Re: width of cute editor

    This did not help either. &nbsp; What I found out: When I disable the style sheet of the page, the cute editor field has the correct size and reacts on changing the size. &nbsp; So my conclusion is, that there is something in my styleshhet that overrides some cute editor settings. I assume its a div. However I see nothing that wide in my style ...
    Posted to Cute Editor for ASP (Forum) by gottwald on April 23, 2010
  • Re: width of cute editor

    I tried it. no change. This is how it looks: &nbsp; &nbsp; o
    Posted to Cute Editor for ASP (Forum) by gottwald on April 19, 2010
  • width of cute editor

    I am having problems (again) to set the width of cute editor. When I set it in the form, there is no reaction on any change of the width. This is the code &nbsp; '------------Beginn Texteditorfeld---------------- Dim editor &nbsp;Set editor = New CuteEditor &nbsp;editor.ID = ''detail'' &nbsp;editor.Text = ...
    Posted to Cute Editor for ASP (Forum) by gottwald on April 19, 2010
  • Re: Paragraph converted to Line Break?

    Thanks, this worked. However I had to removde the line editor.AllowPasteHtml = True to make it work. With this line there was no change on what ever setting I used. And I still think this is a work-around and not a solution to a problem. I feel it would be better to insert a &lt;p&gt; instead of a &lt;br&gt; when you use editor.EditorOnPaste = ...
    Posted to Cute Editor for ASP (Forum) by gottwald on December 17, 2009
  • Re: Paragraph converted to Line Break?

    When I test this on your demo website http://cutesoft.net/asp/EditorOnPaste.asp?EditorOnPaste=ConfirmWord copy the text from Word, paste it into the CuteEditor field using the ''Confirm'' Word settings, I am getting this: &lt;h2 style=''margin: 10pt 0cm 0pt''&gt;&lt;span lang=''EN-US''&gt;&lt;font color=''#4f81bd'' size=''4'' ...
    Posted to Cute Editor for ASP (Forum) by gottwald on December 16, 2009
  • Paragraph converted to Line Break?

    I am using the CuteEditor for asp, latest version. &nbsp; Here is my problem: When I paste text into the cute editor field, paragraphs are alway covertet to line breaks. Looking at the generated html code I would expect to see &lt;p&gt;. However what I get is &lt;br&gt;. I have tried different things with the editor.EditorOnPaste Property, but ...
    Posted to Cute Editor for ASP (Forum) by gottwald on December 16, 2009
  • Re: Cannot control CuteEditor width

    I found the reason for not being able to control the width of CuteEditor. I am using &lt;div&gt; in most of my style sheets to control the overall width of the page and in some cases background and borders also, like: DIV &nbsp;{ &nbsp;height: auto; &nbsp;border-right: none; &nbsp;margin-left: 0px; &nbsp;width: 550px; &nbsp;} When I ...
    Posted to Cute Editor for ASP (Forum) by gottwald on June 12, 2009
1 2 3 Next >