Editing in normal mode (image)
Editing in full page mode(image)
Back to normal mode - see how background image has disappeared (image)
Code used in master page:
style="background-image: url(../images/banner.gif);Height:63px"
Code used in editor page
<CE:Editor id="Editor1" EditorWysiwygModeCss = "~/styles/AcmsMain.css" Autoconfigure="Simple" Height="350" Width="650" runat="server"></CE:Editor>
Any idea what the problem is?