Thank you for your help - editing now.
2 18 Feb 2011 01:17:42
Re: cannot edit content (12 replies, posted in Support zone)
Okay, I tried to add the class="edit" to multiple areas of the code & see if anything would work.
Here is what I have done so far:
Click Define edit areas, then selected a section of content on my site, then clicked save changes.
Then I go to Edit Content & try to click on the area that I have defined as an edit area, but it is not able to be clicked on (as in the define edit area selection did not work).
Then I tried to click on the Code tab. I am not a programmer, so I'm not totally sure which HTML element to add the class="edit" would affect all of the page's content.
Here's an example. I added the class="edit" in places & saved changes, but I still was unable to go back & edit content that is displayed from my website in the Simple CMS site.
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="borggaard.aspx.cs" Inherits="philanthropy_borggaard" %>
<asp:content id="Content1" contentplaceholderid="MainContent" runat="Server" class="edit">
<div class="box" id="n0" class="edit">
<h1 id="n1">Borggaard Beach - Let's Make A Splash!</h1>
<br />
<p id="n2" class="edit">
Please let me know what I am doing wrong. I really need to figure this out & be able to allow other users to edit the content as well. Thanks.
3 11 Feb 2011 14:17:51
Topic: cannot edit content (12 replies, posted in Support zone)
Hi,
I am a newbie and am getting nowhere trying to set up a defined area to edit, saving and then editing the content. The content does not become edit-able. I cannot seem to find a help guide for the very basics. I think I used to know where to put the comment links in the code, but I do not know where to put the class edit in the cod - I need more examples of classes - I am not a programmer and am trying to identify where exactly to put the class edit.