Search

You searched for the word(s): Height
Showing page 175 of 208 (2,075 total posts) < 1 second(s)
  • Re: Too many BUG!!!

    I'm having the same problem. Posted a message today with more details. After saving the editor, tables is suddenly gaining more space (height) and misplaces the layout.
    Posted to Cute Editor for ASP (Forum) by wunder on December 6, 2005
  • Re: Repost: Images in existing docs unavailable

    Hi Adam, thanks for the reply. This is an example of what I'm having trouble with: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>New Page 1</title> </head> <body> <p> &nbsp;</p> <p> <img ...
    Posted to Cute Editor for .NET (Forum) by sfkhooper on December 6, 2005
  • Re: When an editor is added to a page, TWO editors appear.

    The code of my ASPX follows.However, I added a new project, and re-added all my ASPX pages to the new project and the two-editor problem disappeared. And yes, I removed all the previous cute editor client files and dll files etc. Thanks. <%@ Page language=''c#'' Codebehind=''am_AddText.aspx.cs'' AutoEventWireup=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on December 5, 2005
  • CuteEditor ASP and IE 5.5: Blank editor box

    Hi I have integrated Cute Editor into our ASP website.  It works brilliantly except for a group of users who login from Internet Explorer 5.50.4807.2300 browsers. We are using an ASP page populated from an SQL database. For all browsers except the MSIE mentioned, this works fine.  On IE 5.5 the cute editor textarea shows blank, i.e. ...
    Posted to Cute Editor for ASP (Forum) by havocint on December 5, 2005
  • Image upload problems.....

    Hello,when I upload an image - the process works great.  After selecting the image, CW shows it in the text area.  I save the form, check my DB - and verify it saved all the HTML.    If I take the HTML from my DB and past it into a web page - everything works great.  However, when I view my text ( for editing purposes ) ...
    Posted to Cute Editor for .NET (Forum) by mexner on December 3, 2005
  • Re: Txt written into image- photo

    This is more of a rendering issue and better solved using CSS positioning. This article may or may not help   http://www.builderau.com.au/webdev/graphics/0,39024704,20283355,00.htmThey use as the example:div#test {    background-image:  url(/images/backgroundimage.JPG);    background-repeat: ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on December 2, 2005
  • Disable Item Question

    I like the Simple toolbar option but I'd like to disable the Font Name and Font Size buttons.   Here is my code (which doesn't disable the buttons btw): <%  Dim editorSet editor = New CuteEditoreditor.ID = ''Editor1''editor.Text = vContenteditor.FilesPath = ''CuteEditor_Files''editor.AllowUpload = trueeditor.ImageGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by rentawebguy on December 2, 2005
  • Re: Thumbnails

    That same question was brewing in my mind- if i understand you correctly.. (though, i'm not DNN'n ;-)   It would be great if the ImageDialog:   - had a checkbox, (or config) to create a thumb, wrapped in a link tag, that linked a popup to the full image... (even better if the thumb is a generated thumb a fraction of full size ...
    Posted to Cute Editor for .NET (Forum) by aeromed on December 1, 2005
  • Re: EditorWysiwygModeCss

    Okay, here's my page code: <html> <head> <title>CETest</title> </head> <body MS_POSITIONING="GridLayout"> <form id="Form1" method="post" runat="server"> <ce:editor id="editor" runat="server" ...
    Posted to Cute Editor for .NET (Forum) by e6matt on December 1, 2005
  • Re: Toolbar and DropDowns aren't aligned in FireFox

    Please use the following code:   <%@ Page Language=''C#'' ContentType=''text/css'' %> <%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2005