why height="100%" doesn't work?

  •  11-19-2009, 7:09 PM

    why height="100%" doesn't work?

    hi there, I'm wirting a very simple page which has a tool bar on the top and followed by the cute editor. I want the cute editor always fits in the rest of the web page.  So I set Height="100%", however it never works. I'm using vs 2008.
    it must be a very common issue.
    Can someone help? thx

    <CE:Editor ID="Editor1" runat="server"

    ShowCodeViewToolBar="False"

     

    ConfigurationPath="~/CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/MyTool.config"

    Height="100%" Width="100%"

    ShowPreviewMode="False" ResizeMode="None">

    </CE:Editor>

View Complete Thread