View Full Version : Adding comments


Chris
09-27-2003, 09:26 AM
This is like so easy. If you want to provide copyright information, or instructions in the HTML code, then just put this where u want it:

<!-- This is the text you will type-->
<!-- It will not show up in ur page-->


Good Luck

Chris

pb&j
09-27-2003, 02:27 PM
the html comment system may be used on muliple lines as well...

<!--
this is not going to appear on the web page.
no way, no how.
forget it.
no chance what so ever.
-->

just remember that there is a ! in the first part and not in the second.