I'm been tasked with finding how much tweakery I can do within a Xerte project.
Having been pleased to find I can add my own javascript and iframes within the HTML editor, I've now moved on to custom css.
To add some extra custom styles I've simply created a .css file offline, imported it via project properties, copied the url then added a stylesheet link to that in the HTML editor on my page in the project.
I was pleasantly surprised to find that it works, and that in-body stylesheet links are, apparently, permitted in HTML5.
But are there any pitfalls in this approach? ie will things break horribly down the line? I accept that I'll have to use add the link to all my HTML items, but that's not a major problem. Is there a better approach?
Thanks
- Paddy