
This is the last thing I have to do with my character sheet before it is ready to be used in an actual game. I'm so excited! The thing that I'm having a problem with is an attack roll with a damage button in the chat. When I click the damage button, it rolls everything correctly but it doesn't look quite right and I'm not sure how to fix it or CSS it. This is how it looks in the chat: This is the HTML for the attack roll: < button type = "roll" class = "attack-button" name = "roll_attack" value = "@{whispertoggle}&{template:default}{{name=@{character_name}}}{{Roll=[[d20 + @{atkattr_base} + @{atkprofflag} + @{atkmagic} + @{atkmod}]] | [[d20 + @{atkattr_base} + @{atkprofflag} + @{atkmagic} + @{atkmod}]]}}{{@{atkname}=[Damage] (! &#10; [[@{dmgbase} + @{dmgattr} + @{dmgmod} &rsqb;&rsqb; ) }}" class = "sheet-attack-button" > < span name = "attr_atkname" ></ span > </ button > (Optional) Bonus brownies points for anyone who can help me with getting the money total to stop at 2 decimal places: Here is the HTML: < div class = "totalbox" > < div class = "totalheader" > Total(G) </ div > < input type = "number" name = "attr_totalgalleons" class = "total-galleons" value = "(@{knuts}/100) + (@{sickles}/10) + (@{galleons}) + (@{rubies}*10)" disabled > </ div >