So, I'm trying to make a "generic" rolltemplate for my sheet, so users can use it if they want but aren't stuck using as I wrote it into the sheet for everything that can be rolled. I think I got the css (?) .sheet-rolltemplate-AFCB_test {
width:95%;
background: url("<a href="http://www.commentnation.com/backgrounds/images/parchment_paper_seamless_pattern.jpg" rel="nofollow">http://www.commentnation.com/backgrounds/images/parchment_paper_seamless_pattern.jpg</a>");
background-size: 189px 100%;
color: #FFF;
font-size: 11px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: #7C0303 1px solid;
padding: 5px 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} Beyond that, I don't know how to write the html... All I've got is <rolltemplate class="rolltemplate-AFCB-test" style="hidden">
{{name=Test}} {{bar 1=[[d10]]}}
</rolltemplate> and yes, I am aware that it will never work that way. What I don't know, is how to make it work. I've been beating my head against this particular bit for 3-4 days on and off. Any help would be appreciated. :D