Topic: Comment CSS (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 17:53
Whats the characters used to begin a comment line in CSS? |
Maniac (V) Inmate From: under the bed |
posted 06-26-2002 18:47
/* comment block */ |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-26-2002 19:04
(Note that the typical // won't work. You *must* use an opening and a closing delimiter.) |
Maniac (V) Inmate From: there...no..there..... |
posted 06-26-2002 19:40
You can do it 2 ways. |
Bipolar (III) Inmate From: Phoenix |
posted 06-26-2002 19:43
Thanks a bunch : ) |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-26-2002 20:47
No, CPrompt, you can only do it the multi-line way, as I said. Check the link DL gave. |
Maniac (V) Inmate From: there...no..there..... |
posted 06-26-2002 20:55
That's strange Slime. I use the single line method all the time. Never has caused a problem for me yet. Wonder why. I've tested my pages on NN, IE and Opera on Win and Mac OS. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-26-2002 21:05
Really? Strange, maybe I'm wrong. Hmm... why don't you check such a page with the W3C CSS validator and see what happens? |