Log in

View Full Version : Commenting Out Code?


dcpaq2xx
09-01-2006, 12:01 AM
Group,

There is some code in one of my templates that I do not want to work, but I dont want to actually delete the code that way It will be handy if I ever want to re initiate it again.

Does anyone know what the code would be to accomplish this?

Thanks

Doug

peterska2
09-01-2006, 12:50 AM
Put <!-- before it and --> after it.

You will need to do this before and after any comments in the code you wish to comment out or before and after any javascript.

dcpaq2xx
09-01-2006, 03:50 AM
Thank you so much peterska2, worked like a charm.

Doug