Mar 26, 2001 #1 eharris Programmer Mar 13, 2001 15 Would someone be so kind as to tell me how to put comments in my cascading style sheets? Thank you in advance. Ed
Would someone be so kind as to tell me how to put comments in my cascading style sheets? Thank you in advance. Ed
Mar 26, 2001 #2 secretsquirrel Programmer Mar 22, 2001 202 GB Try this... .mystyle { font-family: Verdana; } // my comment here Upvote 0 Downvote
Mar 26, 2001 #3 KevinFSI Programmer Nov 17, 2000 582 US Comments are: Code: /* comment */ This is the only method I think works. Kevin slanek@ssd.fsi.com Upvote 0 Downvote