Search

You searched for the word(s): font
Showing page 98 of 216 (2,157 total posts) < 1 second(s)
  • Re: Same problem, please help!!!!

    First test: http://cutesoft.net/example/general.aspx <table width=''610'' background=''/itemimages/pdp-6100hd_1.jpg''>    <tbody>        <tr>            <td colSpan=''2''><h1 style=''margin: 0.5in 0in 0in ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 16, 2005
  • Re: Disabling editor on client

    It worked on the first try but I note that when I first went into the page the editor was not readonly (the radio button was on true, but I could type in text in the editor itself).   I then clicked on false, then true then false again, and I could type in text, but selecting a word and then clicking on the font color or background color ...
    Posted to Cute Editor for .NET (Forum) by ralc001 on September 23, 2007
  • Body tag content between browsers

    With the editor set to edit whole document:- $editor->EditCompleteDocument=true; Adding a body style as:- $editor->EditorBodyStyle=''margin:0px;padding:0px;font:normal 12px arial;color:#6633ff;background:#ffffff;''; FIREFOX 3.0.4 creates a body tag of:- <body style=''margin: 0pt; padding: 3px; background: #ffffff none repeat ...
    Posted to Cute Editor for PHP (Forum) by Glenn on November 23, 2008
  • Problem with Font control on rows?

    Using http://cutesoft.net/example/general.aspx   Starting with your default Verdana, I typed along to this point --><-- then selected Comic Sans and this whole row turned to Comic Sans. It's not supposed to do that and didn't do that in V6.0. Instead, in 6.0, the next characters were in the newly-selected font. The editor ...
    Posted to Cute Editor for .NET (Forum) by fredd on July 19, 2008
  • Pdf Generated doesnt maintain css

    Im generating a pdf from html and it seems to be ignoring the css in the document. The css is all located at the top of the html, in the head section.   Is there something I am doing wrong.    Here is what im converting :   <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by staplebottom on April 16, 2008
  • Setting the Font Size List

    Hello,   I'm trying to get the dropdownlist to contain ''1pt'', ''2pt'', etc rather than ''1'', ''2'', .....   I tried using the FontSizesList which does display them properly in the dropdownlist but when I try to use them nothing happens.    It looks like the strings from this list are being converted to integers ...
    Posted to Cute Editor for .NET (Forum) by EvilMonkey on July 8, 2004
  • Re: default to HTML view

    >>Related question - I know there is there a way of setting a default font for WYSIWYG editing (say the default site font)   Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.   Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 9, 2007
  • Re: Putting Text in the Cutte Editor

    Just to put some imputs more ..... I'm defining an style like this <style> .headline {            color:#066A84;            font-size:18px;            font-weight:bold; }</style> The ...
    Posted to Cute Editor for .NET (Forum) by Jugador on June 16, 2005
  • Re: Custom Button for linking to internal pages

    Hi Adam, I've got that all working fine, and will post the code after cleaning it up a bit, incase anyone asks a similar question for DNN. Anyway, wondering if you could clear something up for me: One of the overloads for the Items.Add method of the CuteEditor.RichListItemCollection is: Public Sub Add(ByVal html As String, ByVal text As ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: Insert break problem

    This is my CE Web Custom Control   Code Behind :       Public Class HTMLEditor        Inherits System.Web.UI.UserControl #Region '' Web Form Designer Generated Code ''         'This call is required by the Web Form ...
    Posted to Cute Editor for .NET (Forum) by pnmcosta on October 13, 2004