View Single Post
brontide's Avatar
Posts: 868 | Thanked: 474 times | Joined on Oct 2007 @ Capital District, NY, USA
#13
Originally Posted by GeraldKo View Post
Sometimes I am so newbissimo! OK, where do the // go? A pair in front of and a pair after the end of what you're commenting out?

I would have thought it would be
Code:
 /* ... */
and not
Code:
 // ... //
That was my big boo-boo // are not proper for .css files. You must use /* and */ to comment something out. So ignore what I said before.