I have now got an application which is being developed by more than one person and it would be nice to be able to put comments into the CSS file so that the CSS tags can be easily read and understood by more than one developer.
How is this done?
Longhaired Genius
3:21 pm on Nov 12, 2002 (gmt 0)
/* comment */
choster
3:24 pm on Nov 12, 2002 (gmt 0)
Use slash-asterisk.
/* you can have multiple line comments */
/* or single line comments */
IanTurner
4:22 pm on Nov 12, 2002 (gmt 0)
Many thanks
andreasfriedrich
4:30 pm on Nov 12, 2002 (gmt 0)
Since we are not supposed to post code but to point people into the right direction so that all of us may have more fish for dinner... ;)
I do realize that I left out certain steps in that reasoning and that my version is slightly crooked.