Take it easy on me. I am just learning HTML.
Accroding to http://www.w3.org/TR/html-markup/syntax.html#comments and many other sites I\'ve seen such as this http://www.w
CSS doesn't accept HTML comments. Instead CSS uses /* comment */ to comment lines. Try that instead.
/* comment */