Mar 26, 2001 #1 eharris Programmer Joined Mar 13, 2001 Messages 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 Joined Mar 22, 2001 Messages 202 Location GB Try this... .mystyle { font-family: Verdana; } // my comment here Upvote 0 Downvote
Mar 26, 2001 #3 KevinFSI Programmer Joined Nov 17, 2000 Messages 582 Location US Comments are: Code: /* comment */ This is the only method I think works. Kevin slanek@ssd.fsi.com Upvote 0 Downvote