EDIT: This is only a problem with the "Preview" tab on the custom character sheet creator. When loaded in a campaign, everything works properly, it would just be much more convenient to get the preview tab working. Detailed Description of the Problem
When developing a custom character sheet for my GM, the "preview" function does not work immediately after saving, it simply renders a blank page. I must change the HTML before it will update anything. Additionally, CSS formatting does not seem to to work, even when placed in the HTML document. When I copy my code into NetBeans or Visual Studio 2013, it renders as intended. Even when I just copy everything into notepad documents and run in my browsers, it works. (I do a lot of web and desktop application development for work, so I've tried all the typical things I can think of. I even brought in a friend to double-check for things like the ever-frustrating missing semi-colon.)
Steps to Reproduce the Problem
Occurs automatically when entering CSS and/or HTML in the Custom Character Sheet HTML or CSS tabs.
Description of Your Setup (Browser + Version, Operating System, etc.) Firefox 31, Chrome 37 Windows 8.1 (Other Information From supportdetails.com) Screen Resolution: 1920 x 1080 on 3 displays JavaScript: Enabled Flash Version: 14 I even reduced it down to the equivalent of a Hello World program: CSS Tab: p{ font-weight:bold; } HTML Tab: <div><p>TEST</p></div> The sample document I was using was the D&D 3.5 Character Sheet from the GitHub repository found here . If I've made a syntax mistake, I don't think it would have worked as intended in NetBeans or VS2013. Any help would be appreciated.