Editing The Text:
Internet Explorer: If you are using Internet Explorer 6 or above the text itself and the top right image should be directly editable "In Page". Click somewhere within the text and start typing, it's that simple!
Firefox & Netscape: If you are using Firefox or Netscape the direct "In Page" editing is not supported due to restrictions within these browsers. However, you should find that clicking somewhere on the text displays a popup editor within which you can change the text and apply those changes to this content block.
The Code:
The code used to use the WebEdit server control within your web page is simple. The following line shows how a content block can be inserted:
<MoreNet:WebEdit ID="ContentBlock1" runat="server">
<DefaultHTML>
Content Goes here
</DefaultHTML>
</MoreNet:WebEdit>
It can basically be used in place of any DIV tags. You can display default content within the block just as you would normally on your web page (sown above with the "Content Goes Here" text). When edited this default content is replaced with the modified version which is actually stored within an XML file on your web server.