Re: Set default ImageGallery Height and Width on insert

  •  05-17-2007, 1:25 PM

    Re: Set default ImageGallery Height and Width on insert

    Adam:
    hyung,
     
    Please open CuteSoft_Client\CuteEditor\Dialogs\InsertGallery.aspx and find the following code:
     

          <td class="normal" style="padding-left:3px">
           <CE:UploadSingleFile id="myuploadFile" runat="server"></CE:UploadSingleFile>
          </td>
     
    and change it to:
     

          <td class="normal" style="padding-left:3px; display:none">
           <CE:UploadSingleFile id="myuploadFile" runat="server"></CE:UploadSingleFile>
          </td>
     
    that works great, thanks Adam
View Complete Thread