CSS comments?

liunx

Guest
how do i make CSS comments in the .css file ?<!--content-->Simple, it's the same as JavaScript.<br />
Let's say this is the start of the .css file named "total.css":<br />
BODY { background-image:url(<!-- m --><a class="postlink" href="http://site.com/image.jpg">http://site.com/image.jpg</a><!-- m -->)<br />
}<br />
*/ Multiple line<br />
comment goes here*/<br />
// single line comment goes here<br />
Note that a single line comment can't wrap to another line.<!--content-->
 
Back
Top