How do I REM out some lines in my main template? I expect I'll have to take out my Hockey Whoopass Jamboree every now and then, and it would be so much easier to just REM out the line with my logo when I need to.
Posted by Victor at October 14, 2004 02:29 AMPut them between <!-- these characters - note the spaces between the text and the characters -->
Posted by Madfish Willie at October 14, 2004 02:53 AMless than/exclamation point/dash/dash/space to open the tag; space/dash/dash/greater than to close it. Got it, and thanks.
Rob, I also remember how to C a line of code...but this newfangled CSS stuff...forget it!
Can't we go back to 1's and 0's?
Posted by Victor at October 14, 2004 05:47 PMoh css comments are even easier:
not commented out /* Commented out */ not commented out
But why the world can;t decide on a standard for commenting code god only knows... you've got // in php ' in asp and who knows what else in other languages.
Posted by Rob at October 15, 2004 11:57 AMWhy's it called REM? Remove?
Both // and /* */ are from C. // is just to end of line.