Search

You searched for the word(s): td style
Showing page 163 of 221 (2,209 total posts) < 1 second(s)
  • Re: Using the element object from javascript

    Sorry for the late response.   >>That works well, but I would like to store my information outside of the style tag, like this:  <div style=''...'' mytag=''prop: value''>...</div>   It's possible.   Please try:   element.setAttribute(''mytag'',''my value'');   Keep me posted    
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2006
  • Re: Styles issues

    vrubba,   Please modify the CuteEditorconstants.js file.// Default style in the source view var _editorSourceStyle = ''font:normal 11px verdana;background:#ffffff;margin:0;padding:0;''; to:// Default style in the source view var _editorSourceStyle = ''font:normal 11px verdana;margin:0;padding:0;'';    
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2006
  • Re: paste from word the formatting is not carried over

    It looks like <p style=''margin: 0in 0in 0pt''> makes the difference. However <p style=''margin: 0in 0in 0pt''>should be changed to <p> while cleaning the format.
    Posted to Cute Editor for .NET (Forum) by Adam on December 7, 2009
  • Re: HOW DO U DO THIS?????

    Use Editor.EditorWysiwygModeCss Property. Editor.EditorWysiwygModeCss Property: Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css
    Posted to Cute Editor for .NET (Forum) by Adam on September 15, 2005
  • Re: Insert image performance extremely slow

    RichP714: I sorted it; just use  style=''display:none''  on parts of insertimage.aspx   This 'problem' is back ,and the only solution seems to be to create another upload folder once the number of images reaches a certain threshold.   I don't want to end up with /uploadimg, /uploadimg2, /uploadimg3, etc ...
    Posted to Cute Editor for .NET (Forum) by RichP714 on July 7, 2010
  • Re: Insert image dialog box loses bottom controls

    Here's the .skin file: <asp:Label runat=''server'' SkinID=''FeedbackOK'' ForeColor=''green'' font-size=1.0em font-bold=true /> <asp:Label runat=''server'' SkinID=''FeedbackOKBig'' ForeColor=''green'' font-size=1.4em /> <asp:Label runat=''server'' SkinID=''FeedbackKO'' ForeColor=''red'' font-size=1.0em font-bold=true ...
    Posted to Cute Editor for .NET (Forum) by David Diamond on December 11, 2008
  • Re: Positioning text below an image

    Hi Weegie,   Try <html>   <body>       <img src=''http://www.cutesoft.net/data/livesupport_round.gif'' style=''display: block'' />       under image ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2009
  • HOW DO U DO THIS?????

    editdoc.body.style.backgroundColor=''PaleGoldenRod''; this works but suppose I have a css my own css with something like : .SENUnModTextArea{  background-color: PaleGoldenrod; color: Blue; font-family: Verdana; font-size: 8pt;} then how can I set this to the text area color
    Posted to Cute Editor for .NET (Forum) by Pintod on September 15, 2005
  • Re: Change textarea border color

    AndyP,   The table border or div border can be changed using the table dialog and div dialog.   If you want to change the runtime style, it's impossible unless you own a source code license.
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2007
  • Re: Each toolbar is taking up its own line (using with DNN 3.1)

    Brad, If you upgrade CE from the earlier version to the 4.5, please clear your browser cache and try again.The old CE style sheet in your browser may cause the problems.Keep me posted.  
    Posted to Cute Editor for .NET (Forum) by Adam on September 5, 2005