Hi
I have a website that I am trialling the RadEditor. The setup is a master page and content page but the content page also inherits from a base page.
The Source for the content page is
There is no code in the content page.
For the content to display I need to switch to HTML view and then back to design view. Do you know why this might be?
Thanks
I have a website that I am trialling the RadEditor. The setup is a master page and content page but the content page also inherits from a base page.
The Source for the content page is
| <%-- Bottom content area - main content --%> |
| <asp:Content ID="Content5" ContentPlaceHolderID="bottomContentArea" runat="server"> |
| <telerik:RadScriptManager ID="ScriptManager1" runat="server" |
| EnableTheming="True"> |
| </telerik:RadScriptManager> |
| <div id="contentBottom"> |
| <div id="masterContent" class="col3"> |
| <div class="content"> |
| <h2>Content Page</h2> |
| <table> |
| <tr> |
| <td> |
| <telerik:RadEditor ID="RadEditor1" Runat="server" Skin="Office2007" |
| AutoResizeHeight="True"> |
| <Content> |
| <h1>Publication content</h1>Enter your publication information here.....</Content> |
| </telerik:RadEditor> |
| </td> |
| </tr> |
| <tr> |
| <td> </td> |
| </tr> |
| <tr> |
| <td> |
| <asp:Button ID="btnSave" runat="server" Text="Save" onclick="btnSave_Click" /></td> |
| </tr> |
| </table> |
| <p> </p> |
| </div> |
| <div class="footer"><img src="Resources/Master/images/layout/bkg-content-base-right.gif"/></div> |
| </div> |
| </div> |
| </asp:Content> |
There is no code in the content page.
For the content to display I need to switch to HTML view and then back to design view. Do you know why this might be?
Thanks
