
Not sure if this is the right spot to post, please move if I'm in the wrong place. :) So, I'm gearing up to GM my first Maid RPG session with my group. I noticed the existing character sheet was a little on the basic side, and didn't include options for the optional rules, like playing Butlers/Masters, as well as some other options. I got the code for the Maid RPG charsheet from github, and tried tweaking it to better suit my needs. Eventually, I succeeded! Joy! So, that's what they look like in my test campaign. Looking pretty good, I thought to myself, and then I noticed some minor problems (Like the fact that the "Trauma" box on the Maid sheet has differently styled text). No problem, should be a quick fix! Only, I go to edit the sheet in campaign settings, and at first there's no preview at all. Like, seriously, just a blank field. Scratching my head, I go into the code to see if it'll work after I do my edits. It does not. In fact, it kind of seems like all the css stops working. I try making some changes in the css too, to see if that'll make it work. It doesn't. As far as I can tell, the code looks pretty much identical to how it did before (but I'm not 100% confident, as I didn't save it separately from the site). I'm afraid to save any changes I make, because everything still looks ok in the campaign, but what if saving the wonky version means it stops working in the campaign? Aaaand... yeah, I have no idea why this is happening. Help? HTML: <a href="https://www.dropbox.com/s/6p4vlps5x2oc974/maid.htm" rel="nofollow">https://www.dropbox.com/s/6p4vlps5x2oc974/maid.htm</a>... CSS: <a href="https://www.dropbox.com/s/y1h470rco36s3xc/maid.css" rel="nofollow">https://www.dropbox.com/s/y1h470rco36s3xc/maid.css</a>...