Placing HTML Variable Data Inside Head Tags for Email Template
I have an email template, and I want the user to be able to add custom style tags to a global variable, so that it gets place inside the head tags. This seems to work if you have a short string, like customizing the phrase in the title tags, but if you attempt to do this for style tags, containing CSS, the resulting code will move the style tags into the body tags. Does anybody know if this is possible to do?