Can I put comments within the CSS Codes?

  • mgcaledonian13
    Asked on March 4, 2017 at 6:44 AM

    Is there any way to add a note within CSS.

    See Highlighted text, Doing this upsets the CSS, any solution?

    Can I put comments within the CSS Codes? Image 1 Screenshot 20

  • Support_Management Jotform Support
    Replied on March 4, 2017 at 3:54 PM

    Yes, there's a way to add comments to your CSS. Just enclose them with /* */:

    e.g.

    /* Comments here */

    #input_1 {

      width: 100px; /* You can place them here too */

    }

    https://css-tricks.com/snippets/css/comments-in-css/

    In case you need more help, just let us know 😊