Page 1 of 1

Quite a simple question - adding comments to CSS

PostPosted: Tue Jan 06, 2004 8:24 am
by ilanphoto
Hi all

A simple and basic question, How can I mark something in a CSS as a comment.

Thanks
Ilan

PostPosted: Tue Jan 06, 2004 9:18 am
by srijith
Code: Select all
/* Start the comment
     Another line
    And Another
    Now I will stop
*/

Basically C/C++ style block comment method.

PostPosted: Tue Jan 06, 2004 11:28 am
by ilanphoto
Thanks
I knew I could trust you. Now I can play around in CSS and not have to delete blocks of text all the time :D