Click to See Complete Forum and Search --> : How to comment CSS?


screaming_banjo
12-19-2003, 05:25 AM
I have a style sheet with colours that are in hex. So that I can remember what each colour is I would like to put a comment next to it so that I know what each hex colour is.

I believe that the browser will simply ignore anything that it doesn't understand, but I wondered if there is a 'valid' way to comment CSS, or is it just <!--comment here-->, in the same way that it's done in HTML.

Thanks for any help!

Fang
12-19-2003, 05:47 AM
/* css comment */

screaming_banjo
12-19-2003, 06:00 AM
Thanks!