Comments in the parse file

Hi there:


Is there any way to insert any comments in the design parse file other than html ones so they don't show up when viewing source code of a page?



Thanks

[quote]Is there any way to insert any comments in the design parse file other than html ones so they don’t show up when viewing source code of a page?
[right][post=“15227”]<{POST_SNAPBACK}>[/post][/right][/quote]



Nothing I can think of off the top of my head.

    Comment goes here

or even

    Comment goes here


seems to work. It doesn't appear to generate any errors, but you should note:[list=1]
  • These comments will generate line breaks (which could invalidate your html if it's above the doctype declaration
    [*]I'm not sure of the performance/compatibility issues around doing this
  • Ok, thank you very much for your help.

    Nice hack feature. :slight_smile: