Search

You searched for the word(s): Height
Showing page 201 of 208 (2,075 total posts) < 1 second(s)
  • More Wierd Bugs. - Image resize & Freezing when accessing HTML Tab

    I have found a couple of wierd things going on , can anyone spread any light on whats happening. 1. On some large page where there is a lot of text (I'm not sure this is the reason) cute editor/IE6 freezes when I click the HTML tab, sometime I get a message box saying ''A script on this page is causing Internet Explorer to run slowly. If it ...
    Posted to Cute Editor for .NET (Forum) by Feline2 on November 30, 2004
  • Re: User Image Gallery

    Here ya go... <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' Assembly=''DotNetGallery'' %> <script runat=''server''>     // Obtain the gallery folder from query string     string album;     void Page_Load(Object sender, EventArgs e) ...
    Posted to ASP.Net Image Gallery (Forum) by jbnelson on November 29, 2004
  • Re: User Image Gallery

    jbnelson, This is an example:  <CE:Gallery     id=''gallery1''     runat=''server''     Height=''500''     Width=''600''     Column = ''8''     MaxImageWidth=''1024'' ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on November 29, 2004
  • Re: Help with updating SQL database entries with CuteEditor

    By the way, here is where I am stuck on one of my scripts: This is the script where the editor kicks in.  I have truncated out the unrelated stuff: <!-- #include virtual=''/managers/editor/include_cuteeditor.asp'' -->  >>  Here is where I open up what is already in rs(''prebody'') in case it is an existing ...
    Posted to Cute Editor for ASP (Forum) by Michael Mullis on November 27, 2004
  • Re: Firefox Issue!

    Sure ... below is the code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#'' Codebehind=''Contact.aspx.cs'' AutoEventWireup=''false'' Inherits=''Mista.Contact'' %> <!doctype html PUBLIC ''-//W3C//DTD XHTML 1.1//EN'' ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 26, 2004
  • Re: Browsers

    praveen : The support for the Gecko is less then IE currently . We forgot to add the support for HtmlTextWriter .( you see , the Asp.Net think the FireFox as the low-level-browser , and remove many attributes while render the control . It remove the Width Height Style and all custom attributes So you will see the input-frame is ...
    Posted to Cute Editor for .NET (Forum) by cutechat on November 24, 2004
  • Re: User List

    twdo:   the user-list html is generated at server side . and it could not be changed in CuteChat1.0   but you could add this feature by modify the context-menu on the user :   open the CuteUI_IE.ascx and find :   <div id=''divusermenu'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on November 20, 2004
  • Re: Font Color Pallette

    oops... sorry... here's the code content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''strBody'' editor1.Text = content editor1.FilesPath = ''CuteEditor_Files'' editor1.ImageGalleryPath = ''/Uploads'' editor1.MaxImageSize = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • Re: Font Color Pallette

    Yes. I'm using Cute Editor 3.0. The EnableAll toolbar sample works but I think there's something wrong with the Multiple Editors sample. Please try to click on both the first and second Set Font Color toolbars. Btw, here's a sample of my code: content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • html tables

    There does not seem to be a way to edit the properties of am existing table (e.g cell padding, borders) in the normal view.   Also, I am a big fan of tables that have no height or width attribute. Such tables can resize themselves dynamically. I cannot create a table with no height and width attribute.
    Posted to Cute Editor for .NET (Forum) by stuart_wachsberg on November 12, 2004