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.