bulrush Posted May 14, 2010 Share Posted May 14, 2010 How do I put comments in a CSS style file? Thanks. Link to comment https://forums.phpfreaks.com/topic/201744-how-do-i-make-comments-in-a-css-file/ 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; } Link to comment https://forums.phpfreaks.com/topic/201744-how-do-i-make-comments-in-a-css-file/#findComment-1058267 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? Link to comment https://forums.phpfreaks.com/topic/201744-how-do-i-make-comments-in-a-css-file/#findComment-1058274 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 Link to comment https://forums.phpfreaks.com/topic/201744-how-do-i-make-comments-in-a-css-file/#findComment-1058281 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.