Question
Hi. I want to add a comment statement in a template - just to document something internally. Is this possible, and if so, what do I prefix it with? I have tried #.
thanks,
David
.
- TWiki version: TWiki20010901
- Web server: Apache
- Server OS: NT
- Web browser: IE
- Client OS: 2000
--
DavidHay - 06 Mar 2002
Answer
HTML comments should work fine, just use
<!-- ... -->.
--
RichardDonkin - 06 Mar 2002
Thanks!!
--
DavidHay - 07 Mar 2002
But they still show up in the page source, if anyone looks. There are things one doesn't want in the page source. And this issue isn't limited to templates, so I'm now going to ask about
CommentingOut in general. --
MitchellModel - 03 Nov 2002