May 23, 2002 #1 csphard Programmer Joined Apr 5, 2002 Messages 194 Location US how do make comments in your style sheets. do you use <!-- --> or // /* */
May 23, 2002 #2 xutopia Programmer Joined Apr 4, 2002 Messages 2,001 Location CA /**/ is the only valid syntax for your comments. // spells disaster. <!-- --> doesn't act as comments but rather makes the CSS content not appear on older browser certain about the first two affirmations but the last one need to be checked though. Hope this helps. Gary http://www.xutopia.com Haran Upvote 0 Downvote
/**/ is the only valid syntax for your comments. // spells disaster. <!-- --> doesn't act as comments but rather makes the CSS content not appear on older browser certain about the first two affirmations but the last one need to be checked though. Hope this helps. Gary http://www.xutopia.com Haran