I have the following code in a custom template:
<style>
#zbody img{width:50%;}
</style>
<body id="zbody">
The problem is that "#zbody img{width:50%;}" does not appear in Shopsite generated page, but has been removed by Shopsite possibly because Shopsite thinks it is a comment. How can I ensure that "#zbody img{width:50%;}" is included in pages using the template?