Search

You searched for the word(s): Height
Showing page 173 of 208 (2,075 total posts) < 1 second(s)
  • switching from normal mode to html mode has side effects

    Switching from normal mode to html mode has side effects, but good ones.   For example, I have a snippet that, in normal mode,  inserts an image without height or width attributes:  <img src=a.jpg>   If I switch to html mode, it becomes something like <img src=a.jpg height=12 width=20>   I am pleased with ...
    Posted to Cute Editor for .NET (Forum) by stuartwachsberg on December 22, 2005
  • Re: when resizing images by dragging, aspect ratio is not maintained

    i)   this does not work when the image source is parametrized with more than 2 or more parameters: for example:<img id=productimage style=''WIDTH: 152px; HEIGHT: 127px'' height=127 src=''http://localhost/wdr/getimg.aspx?id=214&mw=107&mh=102'' width=152 >I suppose the ampersand is not dealt with ...
    Posted to Cute Editor for .NET (Forum) by stuartwachsberg on December 22, 2005
  • No Results from Gallery

    I have followed the instructions for adding the Gallery to my VS2003 project added the reference and copied the .dll and .lic to my bin folder. I am building the image subfolder in another ASPX page and transferring to the page with Gallery1 object in it. I am setting the Gallery1.folderpath = ''Photo'' & imgkey   where imgkey is a ...
    Posted to ASP.Net Image Gallery (Forum) by gxhpainter on December 19, 2005
  • Link being populated with location of cute file when it should not be.

    I'm having a problem with my editor.  I have a cms that edits text and it lives in /admin/   The site lives in root.    When users enter a link, cute editor is coverting the link to /admin/linkpage.aspx,  I just want linkpage.aspx.   my control install is outlined below.  Please ...
    Posted to Cute Editor for .NET (Forum) by davidgdean on December 18, 2005
  • Latest Version of CE 5.1 seems to have serious custom JavaScript issues...

    Adam,   I originally posted about FullScreen issues with Custom JavaScript.  I am running DNN 3.0.13 with CE 5.1.  When loading properties Window for textbox in my editor if I hit Cancel to close CE's dialog box my custom JavaScript is erased.  If I click on Downloadable files and hit cancel, if I insert a layer etc....all of ...
    Posted to Cute Editor for .NET (Forum) by TommyBoy on December 17, 2005
  • Re: Problem with cuteEditorv5.1 XHTML

    After a bit more investigation...   If I save from the HTML view then editor.XHTML is correctly displaying <p>wa<img height=''83'' hspace=''5'' src=''/I/Images/RolledAluThumb.jpg'' width=''83'' border=''0'' /> </p> when Response.Write(editor.XHTML)However if in Normal modeResponse.Write(editor.XHTML) ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on December 16, 2005
  • Problem with cuteEditorv5.1 XHTML

    I'm finding that the editor.Text and editor.XHTML return the same string.   editor HTML view shows <p>wa<img height=''83'' hspace=''5'' src=''/I/Images/RolledAluThumb.jpg'' width=''83'' border=''0'' /> </p>   put Response.Write of both editor.Text and editor.XHTML gives   <p>wa<img height=83 ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on December 16, 2005
  • How to get XHTML from the editor

    Is there somthing special i schall do to get XHTML out of the editor? My problem id the breakelement ''<br/>''  in my editor it is returned as ''<br>''. I am using the lateste release of cuteEditor (12-08-2005 )Here is the code for CuteEditor I am using: <CE:Editor ...
    Posted to Cute Editor for .NET (Forum) by pnr on December 15, 2005
  • DotNetGallery in Visual Studio .NET 2003 project

    Are there any instructions on how to get the control to work in a WebForm in a VS .NET project.   When I include the control in a page, I get the following:     Server Error in '/DotNetGallery' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. ...
    Posted to ASP.Net Image Gallery (Forum) by johnsi on December 14, 2005
  • Re: Two Scenarios

    Adam, If I try to use a an absolute path (for properties such as ImageGalleryPath and EditorWysiwygModeCss) such as this: \\fileserver3\images\ I receive an error stating that a virtual directory is expected. I would never hardcode a drive letter in a production application so that's not really a good option. I understand your suggestion for ...
    Posted to Cute Editor for .NET (Forum) by cangelly on December 11, 2005