I have created a Shopsite INCLUDE for my CSS styles, just the way that Shopsite has instructed me.
The INCLUDE points to an external file in the shopsite-data/templates/includes directory.
However, I have discovered that I am still required to surround my styles with a closer and opener, even though it is external:
<style type="text/css">
CSS goes here
</style>
Doesn't this defeat the whole purpose of creating an external stylesheet? Shouldn't the Style opener and closer only be necessary for styles created in the header?
Thanks