Height

  •  01-10-2006, 6:53 AM

    Height

    Hi,
     
    I am trying to set the height of the Editor to appear as 100% of the page.
     
    I am trying (which works for the width attribute):
    Editor1.Height = new System.Web.UI.WebControls.Unit(100, UnitType.Percentage);

    But the Editor then defaults to no height at all.

    Can you help?

    Thanks

    Stuart
     
     
View Complete Thread