bulrush Posted May 14, 2010 Share Posted May 14, 2010 How do I put comments in a CSS style file? Thanks. Quote Link to comment Share on other sites More sharing options...
jacko310592 Posted May 14, 2010 Share Posted May 14, 2010 hey bulrush comments within CSS start with a /* and end in a */ eg: /* This is a CSS comment */ .blah { blah:blah; } Quote Link to comment Share on other sites More sharing options...
bulrush Posted May 14, 2010 Author Share Posted May 14, 2010 In general, comments of this format can span multiple lines. Is this true of CSS comments? Quote Link to comment Share on other sites More sharing options...
ignace Posted May 14, 2010 Share Posted May 14, 2010 In general, comments of this format can span multiple lines. Is this true of CSS comments? Yes Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.