Search

You searched for the word(s): Height
Showing page 180 of 208 (2,075 total posts) < 1 second(s)
  • Re: Shared SSL and Cute Editor ASP

    I downloaded again and it works great.  Is the only way to reach the uploads folder with a virtual directory when using shared SSL?  Here is what I used and it worked:<%          dim content          content =  ...
    Posted to Cute Editor for ASP (Forum) by bgarrant on October 7, 2005
  • Re: Strips out Dreamweaver code!

    Hi Adam   I have produced a simple example that shows a whole page before and after, the after pae the rollovers will change the image but when you move off the image it does not swap back.   ORIGINAL PAGE   <html><head><meta http-equiv=''Content-Type'' content=''text/html; ...
    Posted to Cute Editor for .NET (Forum) by joenineo on October 6, 2005
  • Re: Strips out Dreamweaver code!

    joenineo,   Let us do a test here.   http://cutesoft.net/example/editregions.htm   step 1. Post your code into the TextArea, then click the button ''Append to HTMLEditor''.step 2. The button ''Append to TexEditor''.You will find the code will be:<a href=''index.htm'' onMouseOut=''MM_swapImgRestore()'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 4, 2005
  • Re: Strips out Dreamweaver code!

    Hi Adam   I already have DisableAutoFormatting=''true''.  Below is my editor   <CE:Editor id=''Editor1'' width=''820'' height=''700'' DisableAutoFormatting=''true'' ToggleBorder=''false'' FullPage=''true'' UseRelativeLinks=''true'' RemoveServerNamesFromUrl=''true'' EnableStripScriptTags=''false'' ...
    Posted to Cute Editor for .NET (Forum) by joenineo on October 4, 2005
  • Re: ValidateRequest=False "sort of" ignored

    Hello Adam,   Thank you for your response.  I understand what you're saying, however I'm still having problems because I'm opening the webform using the ''window.open'' JavaScript function -- and I'm also using JavaScript's ''escape()'' function to encode the HTML I'm passing to the webform.  Here's what my JavaScript looks ...
    Posted to Cute Editor for .NET (Forum) by Ben Amada on October 3, 2005
  • Strips out Dreamweaver code!

    HI   I have built a site using dreamweaver nad use CuteEditor .NET v5.  The Cute Editor is changing my dreamweaver code e.g.   Original Code = <a href=''index.htm'' onMouseOut=''MM_swapImgRestore()'' onMouseOver=''MM_swapImage('home','','/buttons/home-over.jpg',1)''><img src=''/buttons/home-off.jpg'' name=''home'' ...
    Posted to Cute Editor for .NET (Forum) by joenineo on October 3, 2005
  • Re: Css Container

    Yes, you can use the Gallery.CssClass Property to specify the fonts for the gallery.   For example,  .container {       FONT-SIZE: 12px;       FONT-FAMILY: arial,helvetica,sans-serif MARGIN: 0px;        TEXT-ALIGN: ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on October 1, 2005
  • Re: How to display an html with images and css file from another folder?

    This is the html. The images and css files reside in the same folder. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta ...
    Posted to Cute Editor for .NET (Forum) by salama on October 1, 2005
  • Re: error displaying module

    Christian,   Please open the dotnetgallerymodule.ascx file.   And check the FoldPath property.   For example, <CE:Gallery     id=''gallery1''     runat=''server''     Height=''300''     Width=''600''     Column = ...
    Posted to ASP.Net Image Gallery (Forum) by Adam on September 29, 2005
  • Re: Setting a default Width and Height for tables

    I've made the value retaining problem its own post:   http://www.cutesoft.net/forums/11149/ShowPost.aspx
    Posted to Cute Editor for ASP (Forum) by ngaudreau on September 28, 2005