Search

You searched for the word(s): Height
Showing page 198 of 208 (2,075 total posts) < 1 second(s)
  • Strange thumbnail behaviour - resulting broken images.

    I am not sure why - but the tumbnails are not being created in the Image Gallery selector.  I granted permission to everything but still no go.  I did a basic work around = where I change the thumblist.ascx from:      <ItemTemplate>   <img border=''0'' src=''<%# ...
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on February 1, 2005
  • Re: Set fixed size of cutesoft text area

    Hello, I can already provide you some info on some of the questions;  1. To have a fixed height & width, i.e. add the following ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 1, 2005
  • Re: Javascrit error 'Access Denied'

    Hi Simon,Apologies for this non-related query -- I was just looking for an answer to my problem and happened to see your post..I have a similar situation ..as in, I have a parent page containing an IFRAME. Both the parent and child(within the IFRAME) share the same base domain - 'mycompany.com' I want to resize the IFRAME to the ...
    Posted to Cute Editor for .NET (Forum) by mvsinha on February 1, 2005
  • Set fixed size of cutesoft text area

    I'm trying to restrict the amount of physical space that a user of the editor has to enter text, images, etc on my website. Can someone tell me how I can create hard width and height boundaries for the editor? I’m not sure if there is a way to set a distinct number of pixels for the width and height, but that would be great if that was ...
    Posted to Cute Editor for ASP (Forum) by DG252 on January 31, 2005
  • Re: Text Wrap in editor area

    Wim, Please change this line: <td height=''5'' class=''TEXT_11px''> to <td> And try again. 
    Posted to Cute Editor for ASP (Forum) by Adam on January 31, 2005
  • Re: Text Wrap in editor area

    Hello Adam, Please find the code below; Thanks for your fast reply... Greetings, Wim <table width=''100%'' border=''0'' cellspacing=''0'' cellpadding=''0''>     <tr>     <td height=''5'' class=''TEXT_11px''>&nbsp;Contents Editor: ...
    Posted to Cute Editor for ASP (Forum) by Wim on January 31, 2005
  • Re: how will the ASP code of Editor be embedded inside the <textarea> tags?

     Adam wrote: <formname=''theForm''action=''Get_HtmlContent.asp''method=''post''ID=''Form1''>    <textareaname=''Editor2_HTMLContent''ROWS=3COLS=30></form> Now you want to replace your Textarea to a web based WYSIWYG HTML ...
    Posted to Cute Editor for ASP (Forum) by tonyz on January 27, 2005
  • No upload browse area

    I'm using CuteEditor ASP and finally got the insert image-window to work, thanks to other posts in this forum. But one thing I don't find solution to is this: I push the insert button and the imagegallery window opens. I can choose a picture to the left and it show to the right.But there is no upload browse button? So I can't upload any ...
    Posted to Cute Editor for ASP (Forum) by Sofia on January 22, 2005
  • window.open()

    Is it possible to add an onlick event to a link so as to execute javascript:window.open using the editor. I have this javascript in the header of the aspx page var win = null; function NewWindow(mypage,myname,w,h,scroll,resizable){     LeftPosition = (screen.width) ? (screen.width-w)/2 : ...
    Posted to Cute Editor for .NET (Forum) by paulf on January 18, 2005
  • Re: can't deal wit it

    surprisly. i change like this:    article = rs(''article'')   editor.ID = ''Editor1'' 'Set the ID of this editor class    editor.Text = article 'Set the initial HTML value of editor control    editor.FilesPath = ''../CuteEditor/CuteEditor_Files''    editor.ImageGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by zbres on January 13, 2005