Search

You searched for the word(s): Height
Showing page 193 of 208 (2,075 total posts) < 1 second(s)
  • Replacement Images inherit original image's height and width.

    I noticed an issue when you want to replace an existing image with a new one. You first double click the image to be replaced and the insert image dialog box pops up. The width and height boxes are populated even though the IMG tag in the HTML didnt actually contain the width= or height= attributes.  It seems that IE determines the ...
    Posted to Cute Editor for ASP (Forum) by paoloa on April 28, 2005
  • Re: three questions involving the various page levels

     tommyclifton wrote:Hi, 4.  What exactly does RestrictUploadedImageDimension do?  Ideally I would like to force uploads to be 640x480, or 480x640, and I'd be happy to enforce a ''both dimentions must be 640 or less'' policy.  Is this what it does?  Yes.  Gallery.RestrictUploadedImageDimension Property -- Indicates ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on April 26, 2005
  • Re: three questions involving the various page levels

    Tom,  tommyclifton wrote: 1.  I am wondering if this code generates the main page that displays all the albums (page A) or if I have to hand-code it.  If it does, how do I tell it which directories are to be considered album directories?  Yes, you have to hand-code it. The DotNetGallery itself doesn't have album ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on April 26, 2005
  • File or assembly name CuteChatControls

    I want to launch cutechat messenger as soon as site verifies the user. I tried to do this but  I am having the following error. Server Error in '/shadi' Application. --------------------------------------------------------------------------------File or assembly name CuteChatControls, or one of its dependencies, was not found. ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Anonymous on April 20, 2005
  • Re: Limit number of Rows

    <CE:Gallery     id=''gallery1''     runat=''server''     Height=''500''     Width=''600''      Row = ''2''     Column = ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on April 19, 2005
  • Re: Automation and options relating to pasting HTML from MS Word -- Need documentation

     randal wrote: 1)    Server-Side code (VB): Editor.EditorOnPaste = CuteEditor.PasteBehavior.PasteWord 2)    In the HTML tag:  <CE:Editor ... EditorOnPaste=''PasteWord'' ... /> I've placed my server-side code in the Page_Load subroutine.  Is that what you'd recommend?  ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2005
  • If Condition Ignored by Gallery Control

    Hi,I was shown the following example to set different properties based on a condition, but the control ignores the code set by the condition and utilizes default settings. Why is this happening?    <div align=''center''><form runat=''server'' ID=''mainform1''>    <div align=''center''><font ...
    Posted to ASP.Net Image Gallery (Forum) by AlexandreMarc on April 11, 2005
  • Re: Editor Background Color

    Andrew, I don't think thats the case with the latest download. Here is the code from the EditHtml.ascx file... <table cellspacing=''2'' cellpadding=''2'' summary=''Edit HTML Design Table'' border=''0''>     <tr valign=''top''>         <td colspan=''2''><dnn:texteditor ...
    Posted to Cute Editor for .NET (Forum) by jhoelz on April 10, 2005
  • Re: Editor Background Color

    Jack, setting the height and width of the editor doesn't require a recompile. This is defined in the user control (.ascx) file which is calls the eidtor.  In the case of DNN it would be in the user control file of the module that is being loaded. You can change this, save the file and it will be updated automatically. You have to ...
    Posted to Cute Editor for .NET (Forum) by Bunce on April 10, 2005
  • Re: Editor Background Color

    jhoelz, >>Not interested in the image, backgroundimage.css: body {  background-image:url(''/images/splash.jpg'') ;  background-repeat:no-repeat;  background-position: center;  background-color: red } We will add a new property in the next minor version which allows you set editor background color.>>And while ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 10, 2005