How Easy is it to make a page editable?
Wrap the portion of your page you wish to be editable with:
<!-- #BeginEdit "newsBlurb" -->
Here is the stuff you want to let them edit:
<!-- #EndEdit -->
You just have to make sure that the text part is unique for that chunk. You can use numbers too.
<!-- #BeginEdit "Body" -->
<!-- #EndEdit -->
And so on..
|