Search

You searched for the word(s): td style
Showing page 165 of 221 (2,209 total posts) < 1 second(s)
  • Javascript Not Working in Firefox

    I built my own CuteEditor hyperlink insertion feature (for various reasons).  Here is what happens...   1.  You click on an ASP/VB.Net ImageButton that opens an AJAX modal popup. 2.  You input the hyperlink's display text and URL into the modal popup then click an ASP/VB.Net button. 3.  A Javascript is invoked that ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on October 31, 2009
  • Cute Editor 6.4 with multiple ModalPopupExtenders in updatepanel IE 8

    We are evaluating the product and seem to be having a problem using the cuteeditor with multiple modalpopupextenders.   While running this from the VS2008 environment the application hangs and I have to kill the vs app and start again.   If I run this from a site I deploy to I get Object reference not set to an instance of an object. ...
    Posted to Cute Editor for .NET (Forum) by bpereira on September 30, 2009
  • Editor server side visible problem in Firefox 3.5+

    Hello dier Cute team. After update Firefox to latest one 3.5.3. i had detected that a lot of javascript futures stops working on my site.I am using .net 3.5 framework, Microsoft Ajax update panel, and Umbraco CMS 4.0.2. Look to current problem representation page. So you see that in Firefox set editor visble from server side crash after ...
    Posted to Cute Editor for .NET (Forum) by creck_ua on September 21, 2009
  • Re: auto sizing

    HI chuck123,   Please try this example   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 15, 2009
  • upload files error

    hi i have problem with uploading   when im tring to upload image to the folder it throw error befor browse window is opend onload=''this.style.display=&quot;none&quot; ; CuteEditor_AjaxUploader_Initialize(this.id);'' onerror=''this.onload()'' how can i check what happen in editor? in this error there is also the ...
    Posted to Cute Editor for .NET (Forum) by roy.dan.7 on July 7, 2009
  • CuteEditor 6.4 and xhtml....

    any chace that you are going to make the editor xhtml compliant?   I have issues in ff where the parser reports errors....   <link type=''text/css'' rel=''stylesheet'' href='/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css' />   all that needs to change is the & to ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on June 11, 2009
  • <body> value can be change

    hi all   i would like to ask whether i can call a javascript to change the <body> value of the editor ?   for example, from <body> change to <body style=''background-repeat: no-repeat'' background=http://localhost:2341/eTemplate_develop/member/template/xyz.jpg'' border=''1''> when the javascript function is call ...
    Posted to Cute Editor for .NET (Forum) by goh6613 on April 9, 2009
  • Framestyle properties in new version

    I just downloaded the latest version for my application and have found that the framestyle properties can no longer be set declaratively. I was previously using this code:  <FrameStyle CssClass=''editFrame'' BackColor=''White'' BorderColor=''#DDDDDD'' BorderStyle=''Solid'' BorderWidth=''1px'' Width=''750px''/>  What properties/code ...
    Posted to Cute Editor for .NET (Forum) by jkeep on March 13, 2009
  • Customize Output HTML

    I am using CuteEditor 6.2 to edit the HTML that is then fed into an ActiveReports 3 RichTextBox object. The ActiveReports object is fairly dumb when it comes to HTML and does not understand things like <SPAN style='font-family:Arial; font-size:14pt'>...</SPAN>.   Instead it will understand only <FONT FACE='Arial' ...
    Posted to Cute Editor for .NET (Forum) by FrankFang on November 7, 2008
  • PFD Generation - having problems

    I'm trying to use CuteEditor to create a pdf.  I'm using the code below (which does create a pdf), but, my pdf's always come out in TimesRoman font, even if I put a span tag around the text (<span style='font-family: Arial;font-size: 19px;'>).   The size changes, but the font remains TimeRoman.    Also, if my form ...
    Posted to Cute Editor for .NET (Forum) by m3jim on October 31, 2008