I just downloaded the latest version for my application and have found that the framestyle properties can no longer be set declaratively. I was previously using this code:
<FrameStyle CssClass="editFrame" BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px" Width="750px"/>
What properties/code do I use to duplicate this style now? We were setting the inner frame to a smaller width than the outer as well as a few other styles.
I tried EditorBodyStyle, but it appears width cannot be set this way?
EditorBodyStyle="width:750px;"
Thanks!