View Single Post
Old 04-11-2022, 07:33 PM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,030
Karma: 169810634
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
What do you mean by toggle comments? in the CSS files, you would use /* comment text */ and in a HTML file, you would use <! -- comment text --> to add a comment. Are you looking for a plugin to allow you to highlight text and then mark it as a comment?

I.e.
Code:
<!-- Write your comments here for a HTML file -->


/* This is a single-line comment in a CSS file */


p {
  text-align:center;  /* center the text */
}
DNSB is offline   Reply With Quote