I'm trying to use it in such a way as this: I want to edit everything between //Begin Edit and //End Edit and replace only the text between those tags.
Code: Select all
<-- Page Header -->
//Begin Edit
This is the content I want edited. When I'm finished editing this content, I want it to be put back between those tags and want to leave the rest of the page untouched.
//End Edit
<-- Page Footer -->Thanks all!