Re: CE Border Appearance Issue

  •  11-26-2004, 3:13 PM

    Re: CE Border Appearance Issue

    Yes , that's a problem .
    We need to adjust the script for the <iframe width="100%" ...>
    Currently you could use this statement to adjust the width munually
    Editor1.FrameStyle.Width=Unit.Percentage(99);
    If the Editor1's width is fixed , you could use the  Unit.Pixel(388) too .
    Regards , Terry .
View Complete Thread