Search

You searched for the word(s): stylesheet
Showing page 9 of 61 (604 total posts) < 1 second(s)
  • Re: BASEHREF and Images/Library

    for info, i managed to solve my problem. It seems that the editor likes the ''/'' in the image folder directory definition and NOT the basehref. ie. I had ''/'' in the basehref and just ''images'' in the folder path. a couple of examples of using basehref and folder paths in the help for different scenarios, would be nice.   I still got ...
    Posted to Cute Editor for ASP (Forum) by metalmania on October 9, 2006
  • Re: How can i add CuteEditor to a DataGrid BoundColumn. Not to the editItemTemplateColumn

    It should not have any problems with a regular BoundColumn.   Please change the source code of this example (http://cutesoft.net/example/datagrid-example.aspx)   to:   <%@ Page Language=''C#''%><%@ Import Namespace=''System.Data'' %><%@ Import Namespace=''System.Data.OleDb'' %><%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2006
  • Re: Using my own Submit button with Cute Editor and ASP.NET

    gilliganjoy,   There is no default submit button that comes with the CuteEditor.   You add your own submit button as you want.   This is an demo:  http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 15, 2005
  • Re: Using my own Submit button with Cute Editor and ASP.NET

    gilliganjoy,   There is no default submit button that comes with the CuteEditor.   You add your own submit button as you want.   This is an demo:  http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 15, 2005
  • Re: Ordered Lists

    HalRau,   Thanks for the nice comments.   You can do this on a page by defining rules in your stylesheet.   For example:   ol li {list-style-type: upper-roman; }  //  ( I. II. III. IV. ) ol li {list-style-type: upper-latin; }  // (A. B. C. D. ) ol li {list-style-type: decimal; ...
    Posted to Cute Editor for ASP (Forum) by Admin on April 28, 2004
  • Re: Link to style sheet?

    Yes.  The following note is copied from CuteEditor for asp forum : http://cutesoft.net/forums/ShowPost.aspx?PostID=110   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; ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 29, 2003
  • Re: stylesheet

    Yes this is related to the project... the examples also throw the same error, but (obviously - since I am typing this post), it is not to do with browser configuration. It is related to the same project I have been working on for a while.  The site is online, but password protected... if you could email me privately I can provide you ...
    Posted to Cute Editor for .NET (Forum) by deanfriesen on April 4, 2005
  • Re: Styles from Style sheets not showing

    Adam:asiandreads,   >>I have a dropdown called [''styleSheet''] that I added to the dropdown ToolControls.   Where does this come from?   Is that a custom button?   If so, can you pos the code? Adam,   here it is.  dropdown creation code is at the top, but included the rest just in case, ...
    Posted to Cute Editor for .NET (Forum) by asiandreads on November 6, 2006
  • Re: Critical Error in DNN3.1 not finding skin.css

    They are <LINK id="_Portals__default_" rel="stylesheet" type="text/css" href="/Portals/_default/default.css"></LINK> <LINK id="_Portals_0_Skins_WEBPC_DNN3_" rel="stylesheet" type="text/css" ...
    Posted to Cute Editor for .NET (Forum) by webpc on August 3, 2005
  • Re: Firefox strips <link href tags

    OOOoooppps very sorry it was my fault!   On looking through our code it turns out that due to a previous version of the editor constantly inserting <link tags we have code that strips out the link tags!   Our code looks for <link tags then looks to see if the tag has [acms is inside it. Now because firefox is ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 10, 2008
« First ... < Previous 7 8 9 10 11 Next > ... Last »