Search

You searched for the word(s):
Showing page 3 of 8 (80 total posts) < 1 second(s)
  • Re: Image Height Width.

    Hi Eric, &nbsp; my issue is when ever i&nbsp;am resizing any image , the height width is different from the style height width &nbsp; shown in the following tag - &lt;img style=''width: 376px; height: 324px'' border=''0'' alt='''' src=''xyz'' width=''171'' height=''227'' /&gt; &nbsp; you can see style=''width: 376px; height: 324px'' is ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on September 14, 2010
  • Re: Image Height Width.

    Hi Eric, &nbsp; my issue is when ever i&nbsp;am resizing any image , the height width is different from the style height width shown in the following tag - &lt;img style=''width: 376px; height: 324px'' border=''0'' alt='''' src=''xyz'' width=''171'' height=''227'' /&gt; &nbsp; Thanks
    Posted to Cute Editor for .NET (Forum) by gurpreet on September 14, 2010
  • Image Height Width.

    1. we added an image in cute editor,&nbsp;HTML shows - &lt;img border=''0'' alt='''' src=''xyz'' /&gt; &nbsp; 2. After resizing that image, HTML becomes - &nbsp; &lt;img style=''width: 376px; height: 324px'' border=''0'' alt='''' src=''xyz'' width=''171'' height=''227'' /&gt; Please suggest if we can set any property, so that in HTML , we ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on September 14, 2010
  • issue running cuteeditor in Windows7

    same code or same project&nbsp;works fine in WindowsXP , with iis 6.0 and .net 2008. &nbsp; but if we want to run that same project&nbsp;in Windows7 , with iis 7.5 and .net 2008, &nbsp; we are getting below error, please suggest if we have to do any extra setting at project level - &nbsp; &nbsp; Server Error in '/xxx' Application. ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on July 25, 2010
  • Re: Html changing issue.

    Is there any way we can control the below - &nbsp; If the original HTML is - &lt;table&gt;&lt;tr&gt;&lt;td bgcolor=''ebebeb'' width=''30px''&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &nbsp; after pasting it to the editor, it is changed to - &lt;table&gt;&lt;tr&gt;&lt;td width=''30'' ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on July 2, 2010
  • Adding custom button in 6.6

    I have downloaded version 6.6 and integrated our application with that, &nbsp; The issue I am running into is that the below code use to work fine, But now the image is not showing, please check - &nbsp; int pos =&nbsp;Editor1.ToolControls.IndexOf(''ImageMap'') + 2; &nbsp; WebControl ctrl = Editor1.CreateCommandButton(''BtnCode'', ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 30, 2010
  • Re: Html changing issue.

    Here is one more example - &nbsp; If we paste the below html in Cute Editor&nbsp;- &nbsp; &lt;a href=''''&gt;&lt;img src=''banner_01.jpg'' alt=''test test test'' border=''0'' width=''620'' height=''83''&gt;&lt;/a&gt; &nbsp; Now switch to Normal Mode and then back to HTML mode, the above HTML changes to - &nbsp; &lt;A ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 30, 2010
  • Re: Html changing issue.

    Could you please explain how the html changing within the cute editor is affected by any browser feature? &nbsp; Or is there any settings at browser level we can set so as to retain the HTML? &nbsp; Regards, Gurpreet.
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 30, 2010
  • Re: Html changing issue.

    But HTML changes within the cute editor, &nbsp; Let me write in more detail &#8211; &nbsp; When we paste any HTML in cute editor, (in HTML mode) Now if we switch to Normal mode and again back to HTML mode, &nbsp; We see that HTML is changing, or re ordering, we don&#8217;t want that to happen, Is there any way to stop that?
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 29, 2010
  • Html changing issue.

    How can we set cute editor, so that there is neither any HTML formatting, nor any reordering of the attributes within the tags, we want the html to look same as it is pasted. &nbsp; we have already tried&nbsp; DisableAutoFormatting=''true'' &nbsp; as you will see for example, below HTML - ...
    Posted to Cute Editor for .NET (Forum) by gurpreet on June 29, 2010