Search

You searched for the word(s): Height
Showing page 204 of 208 (2,075 total posts) < 1 second(s)
  • Re: Having problem in Custom Skin

    Gh:   May be you need to change te ChatUI_IE.Ascx manually :    <div id=''divroomtitle''>  <div style=''font-family: verdana; font-size: 11pt;padding:5px;font-weight:bold;''>   <%=Title%>  </div>  <img width=''32'' height=''28'' src=''images/users_icon.gif'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on September 27, 2004
  • Re: How do I get started

     Klaus,   Step 1:   Add the following code on the top of the pages need to use the CuteEditor:    <!-- #include file = ''include_CuteEditor.asp'' -->   Step 2:  Create your editor instance     <%     dim content       content = ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 22, 2004
  • Re: Separators not showing

    Nick,   Try change your .spacer class in your style sheet to:   .spacer {border-top: 1px solid buttonshadow; border-left: 1px solid buttonshadow; border-bottom: 1px solid buttonhighlight; border-right: 1px solid buttonhighlight;width:2px;margin-left:2px;margin-right:2px;height:18px;VERTICAL-ALIGN: middle;}   Kee me posted.
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2004
  • Re: Problem with insert image and insert download doc

    This issue has not been resolved in v3.0. It is not possible to edit files to get scrollbars in the insert_image window, because the winie.js file just loads a IFrame (IFrame code is compiled). You can however set a new height param for the window.   Adam, will you please resolve this error in the next release?    
    Posted to Cute Editor for .NET (Forum) by Zapotec on September 7, 2004
  • Re: Automatically resize to window

    works with width, but not with height I'm afraid...
    Posted to Cute Editor for .NET (Forum) by gunnar on August 31, 2004
  • A question about the size of my customizable template

    Hello, I'm french so sorry for my ugly english.   I create a file with a file system object before coming to CuteSoft Home Page editor :   Code :             tplate = ''<table width=''''740'''' ...
    Posted to Cute Editor for ASP (Forum) by emilien on August 31, 2004
  • Re: How to use the Gallery on a page with code-behind?

    ok, I tried. I created a new project with just DotNetGallery control in an ASPX form set to use a subdirectory with a ready-to-use XML file, photos and thumbnails.   When I access the page like this: http://localhost/TestGallery/gallery.aspx   I get this: Access to the path ...
    Posted to ASP.Net Image Gallery (Forum) by PatMunits on August 26, 2004
  • Re: Very strange problem

    Here is my code:   <%@ LANGUAGE=VBScript %><!-- #include file=''include_CuteEditor.asp'' --><%If Request.Form(''save'') = ''yes'' Then Set edit = Server.CreateObject(''ADODB.Recordset'') edit.Open ''tTable'', strDB, adOpenKeyset, adLockPessimistic  edit.AddNew edit(''Content'') = ...
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Re: AutoResizeUploadedImages not working

    jcalhoun,   Try the following setting:   <CE:Gallery     id=''gallery1''     runat=''server''     Height=''500''     Width=''600''     Column = ''8''     MaxImageWidth=''600''     ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on August 18, 2004
  • Re: Upgrade to Version 3 problem

    Adam   Thanks for the reply.   I have upgraded all the scripts, although the problem existed on Version 2.2 and 3.   This is what I have in my aspx page.    <CE:EDITOR id=''edtQuestionText'' runat=''server'' ShowPreviewMode=''True'' ShowHtmlMode=''True'' ...
    Posted to Cute Editor for .NET (Forum) by Mike Brydon on August 3, 2004