Hi Adam,
Sorry I don't think I explained my question correctly. Say we have an existing css file that looks something like this:
===================
/* globals */
body { ... }
/* Headers */
h1 { .... }
h2 { .... }
/* Contact Form */
#contact p { .... }
====================
When I expose this content in CuteEditor where only the HTML view is used, I would like a user to come in and edit a line, save the file, and then still have those empty lines maintained between the sections for readability. Is this possible with CuteEditor?