Search

You searched for the word(s): font
Showing page 52 of 216 (2,157 total posts) < 1 second(s)
  • Re: Add DotNetNuke Custom Button

    bmolzen,   >>Image1.ImageUrl    = ''tools.gif''   This ImageUrl is a regular asp.net Image path. You can do:   Image1.ImageUrl    = ''~/images/tools.gif''   Image1.ImageUrl    = ''/images/tools.gif''   And point it to any ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2008
  • Context menu not appearing

    Hi, sorry to be taking over the board but I seem to be having a lot of problems with this product. I have a cute editor in the admin section of our website. The editor has two menus: font name and font size. Both menus work fine for me using Firefox and IE7. My client, who is using IE6, cannot view the font size menu. Whenever they click on the ...
    Posted to Cute Editor for .NET (Forum) by janejane1984 on September 12, 2007
  • Comments re. individual cell properties not overriding owner table Class setting

    Hi Adam,   Because of so many problems with tables, we decided that we will default a table with certain settings for the <TABLE> and <TD> tags by using a style sheet and default settings for <TABLE> in constant.js.   So, we have set constant.js so that tables default with this: <TABLE class=sample ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 31, 2007
  • Resolved: Table cells defaulting with space in them: <td>&nbsp;</td>

    (Firefox) - Each <td> has &nbsp; in it by default. This is not good - user has to then delete them   For example, tables become ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 25, 2007
  • <p> vs <span>

    I am using the advantage of template keywords (contentEditable,unselectable) to edit a restricted area on a document. Below is the standard definition of an editable region on my default xml file. <div id=''EditLayer4'' contentEditable=false unselectable=''ON'' align=''left'' style=''position:absolute; overflow:hidden; display:none; ...
    Posted to Cute Editor for .NET (Forum) by Tony88 on January 9, 2007
  • DataGrid paging not working on the DataBase-Example

    I have not been able to impliment paging on the Datagrid in the Database-Example which comes with CuteEditor.  The page numbers show and there are about 20 records. when I click on page 2 the screen flashes but the data displayed is still page 1.  Please tell me what I am doing wrong?   I added the following parameters to ...
    Posted to Cute Editor for .NET (Forum) by miltonsnider on November 13, 2006
  • Re: Fontsize adjust question

    Geoffrey,   The fontsite dropdown renders the code as followings:   <font size=4>     Your text goes here</font>   The SIZE attribute allows you to set your font to an abstract size ranging from 1 to 7. The exact type size corresponding to each of these values is left to your browser. You can't ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 23, 2004
  • Re: Code for storing pages in a db?

    This is the code I have for saving pages to a DB. I modified the todatabase.asp and added a couple of fields to the test.mdb. This ain't the tightest code but it works. <html>    <head>        <title>CuteEditor :  Add the editor content to the ...
    Posted to Cute Editor for ASP (Forum) by ucjb on May 19, 2004
  • Re: Linking to site's style sheet

    OK.   1 .Create a new css file named as test.css. Copy the following code into test.css.   .ToolbarBg { background-color: #336699; BACKGROUND-IMAGE: url('/images/2x19.gif'); } .ItemBg { background-color: #336699; height:21px; border:solid 1px #336699; } .TabBg { background-color: White; height:21px; border:solid 1px ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2003
  • Re: Table won't remember font size, color or family

    fredd,   This issue is fixed. Please download the latest build:   Demo: http://cutesoft.net/example/general.aspx   Download:   http://cutesoft.net/downloads/default.aspx   I will post the change log tomorrow.        
    Posted to Cute Editor for .NET (Forum) by Adam on August 14, 2007
« First ... < Previous 50 51 52 53 54 Next > ... Last »