Hello,
I was just wondering if there was a way to exclude the HTML that is generated when in EDIT mode, when you are not in EDIT mode.
For example, when a typical user visits the page, I don't want the HTML that is generated when I am editing/moderating the module.
This seems to me a waste of bandwidth even though the HTML does not contain any server side HTML.
Is there a way to do something like this:
<% If EditMode = True %>
....generate html for editing
<% End If %>
Cheers,
Pat