I'm trying to build roll buttons for my sheet and style them. i cant get them to talk to each other. does anyone think they could help me out maybe teach me abit. Attribute <tr> <td><input type="text" name="attr_Reflexread" value="Reflex" style="width:40%" readonly /></td></td> <td><input type="number" name="attr_Reflextotal" value="(@{reflex_modra}+@{reflex_modLa}+@{reflex_modRL}+@{reflex_modll}+@{Reflex}+@{Drl}+@{Dll}+@{ARM})" disabled="true"/></td> <td><input type="number" name="attr_Reflex" value="0"/></td> </tr> Skill&Roll <tr> <td><input type="text" name="attr_Acrobaticsread" value="Acrobatics" style="width:40%" readonly /></td> <td><input type="number" name="attr_Acrobaticstotal" value="@{Acrobatics}+@{Reflextotal}" disabled="true"/></td> <td><input type="number" name="attr_Acrobatics0" value="0"/></td> <td><button type=rollname="attr_Acrobatics"value="&{template:Skill} {{name=@{Acrobatics}}} {{subtags=@{character}}} {{skill_roll=[[1d20+@{Acrobaticstotal}]]}}"/></button></td> </tr> Template <rolltemplate> <table> <tr> <tr><th>{{Skill}}</th></tr> <tr><td><span>Roll: </span>{{Acrobatics}}</td></tr> </tr> </table> </rolltemplate>