Quote:
Originally Posted by Redlinemotorsports
Ok, quick question. Instead of using this code inside of templates to not display something
HTML Code:
<!-- This is a comment and won't be shown in page source code. -->
We would use this?
HTML Code:
<vb:comment>This is a comment and won't be shown in page source code.</vb:comment>
Or either one?
|
you can still use the HTML comment, but it will display when someone "views source" where as using the <vb:comment>, that comment will be stripped and not processed by the HTTP server, hence not being visible when someone views source.. make sense?