Results 1 to 7 of 7

Thread: Comment tags.

  1. #1
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Question Comment tags.

    Dose someone know what kind of comment tags I can safely use in my CSS style sheets?
    Last edited by robin9000; 02-08-2009 at 07:45 PM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Here:
    Code:
    .class {
      border: 1px solid black; /*Border to one solid black*/
    }
    Use /* ... */
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    robin9000 (02-08-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    159
    Thanks
    60
    Thanked 3 Times in 3 Posts

    Default

    Thanks.

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Glad to help you robin9000! Your welcome!
    Jeremy | jfein.net

  6. #5
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default And...

    Edit: DO NOT MIND THIS POST. IT IS A BUNCH OF NONSENSE. (OR IS IT?...)

    You can also use this:

    Code:
    .class {
    style: property;
    _ Style is property
    }
    Use _

    See this thread for more information:

    http://www.dynamicdrive.com/forums/s...ad.php?t=35545
    Last edited by magicyte; 02-08-2009 at 03:06 AM.

  7. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    No! Never use that! NEVER!

    No browser recognizes it...
    Jeremy | jfein.net

  8. #7
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    Umm, oops? Sorry for that. Are you sure though? Nobody in that thread I posted said anything, not even Twey, so I guessed it was okay.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •