Re: Height

  •  10-09-2006, 8:07 PM

    Re: Height

    When I use the following code, the Editor still defaults to no height at all. By my testing, any percentage value set to the "Height" attribute will cause the Editor defaulting to no height at all. I'm trying to set the height of the Editor appear as 100% of the page. Any ideas? I use the version 5.3.
     
    <CE:Editor id="Editor1" Width="100%" Height="100%" runat="server" ></CE:Editor>
     
View Complete Thread