PDA

View Full Version : How do I comment multiple line in templates?


amnesia623
13 Feb 2007, 07:55
I need to comment out multiple lines in one of my templates...I tried <!-- --> and /* */ and none work.

I know it's a basic question...but??

Cap'n Steve
13 Feb 2007, 09:22
You won't be able to comment out <if> tags, but <!-- --> will work for the HTML.

amnesia623
13 Feb 2007, 15:10
cool, thanks