I got this far (the files below), the upper most part mostly done. Now I'm struggling with the Basic Attribute part, in the left grid, in the middle section. ToC-HTMLR20 - Pastebin.com ToC-CSSR20 - Pastebin.com 1. How do I control the position of the 'input' functions within the 'div class="battr"'?: < div class = "battr" >     < button name = "roll_health" type = "roll" value = "&{template:default} {{name=Health}} {{Result=[[d6+(@{battr_health-pool})]]}}" ></ button >     < input name = "health_p" type = "number" max = "12" min = "-15" >     < input name = "health_r" type = "number" max = "12" min = "0" > 2. Is it possible to link the value in:  < input name = "health_p" type = "number" max = "12" min = "-15" >  to the table below it, so the value is always the same? 3.  Why is there a blank space between 'div.sheet-main-b' and div.sheet-main-c' !? Grateful  for your help.