Search

You searched for the word(s):
Showing page 1751 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: <BR> instead of <P>?

    The.Cream, &nbsp; Put the following code into your style sheet: &nbsp; p { margin: 0em; } &nbsp; When the use press enter,&nbsp; we still have the correct &lt;p&gt; &lt;/p&gt; tag for a new paragraph and this is single line.
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: Table Percent Widths

    areeve, &nbsp; That is a bug. Thank you for pointing it out.&nbsp; I will look into this and write a fix for that soon. Yes, this works before version 2.2. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: CuteEditor Nested within another control

    Gavan, &nbsp; Yes, you can nest CuteEditor in another control. &nbsp; Please check the following example which show you how easy it can be to integrate the CuteEditor with the DataGrid. &nbsp; http://cutesoft.net/Example/DataGrid_vb.aspx &nbsp; You can find the source code of that example in the download package.
    Posted to Cute Editor for .NET (Forum) by Adam on February 26, 2004
  • Re: Inserting Image Links

    Arash, &nbsp; Have you changed the source code? &nbsp; In version 2.0, we don't have the picture links option.
    Posted to Cute Editor for ASP (Forum) by Adam on February 25, 2004
  • Re: Modify Insert Table

    mgordon, &nbsp; You can specify the valign cell properties&nbsp;using&nbsp;. &nbsp; Test Test Test Test
    Posted to Cute Editor for .NET (Forum) by Adam on February 25, 2004
  • Re: Problem Image Relative Paths

    The.Cream, &nbsp; You need to set ChangeAbsoluteURLsToRelative property false to prevent CuteEditor strips out the local server name from all A and IMG tags. &nbsp; &nbsp; &lt;CE:Editor id=''Editor1'' runat=''server'' ChangeAbsoluteURLsToRelative=''false''&gt;&lt;/CE:Editor&gt;
    Posted to Cute Editor for ASP (Forum) by Adam on February 25, 2004
  • Re: Save instance?

    emma, &nbsp; You can usually just check if the page is posting back, as normally the save button is the only button on the CuteEditor that posts back: if(Page.IsPostBack) {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// Save it. } else {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// do something else if need be. } &nbsp; You can also ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 24, 2004
  • Re: MAJOR Insert Link Issue

    mgordon , &nbsp; Thankyou very much for this information. It has enabled us to replicate the problem and analyze why it is occuring. &nbsp; Hopefully a fix should be available within the next few days.
    Posted to Cute Editor for .NET (Forum) by Adam on February 24, 2004
  • Re: Demo page

    Thanks. &nbsp; Yes, I need another week to get it done. &nbsp; &nbsp;
    Posted to ASP.Net Image Gallery (Forum) by Adam on February 24, 2004
  • Re: Demo page

    Julien, &nbsp; The project is not finished yet. &nbsp; We will release a better version soon.
    Posted to ASP.Net Image Gallery (Forum) by Adam on February 24, 2004