Heya, I'm updating my character sheets for a Kingmaker game, and to make it easier on the players and the GM.  I was wondering if some of you could give some assistance so I can make this as accurate as possible.  Included is the code, minus all the CSS. <div class="sheet-table-data sheet-center"><!-- Right Side -->                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row"><span class="sheet-table-row-name">NAME</span>                             <span class="sheet-tdcs"><input title="Name of the Army (@{armyName})" type="text" name="attr_armyName" placeholder="Army Name"/></span>                         </div>                     </div>                     <div class="sheet-table sheet-sect"><!-- Army Statblock  -->                         <div class="sheet-table-row">                             <span class="sheet-statlabel-sm">Align</span>                             <span class="sheet-statlabel-sm">Size</span>                             <span class="sheet-statlabel-sm">Type</span>                         </div>                         <div class="sheet-table-row">                             <span class="sheet-tdcs"><select title="@{armyAlign}" name="attr_armyAlign" style="font-size: 75%; padding: 0px; width: 6em; margin: 0px;">                                     <option selected>None</option>                                     <option>LG</option>                                     <option>NG</option>                                     <option>CG</option>                                     <option>LN</option>                                     <option>N</option>                                     <option>CN</option>                                     <option>LE</option>                                     <option>NE</option>                                     <option>CE</option>                                 </select></span>                             <span class="sheet-tdcs"><select title="@{armySize}" name="attr_armySize" style="font-size: 75%; padding: 0px; width: 8.4em; margin: 0px;">                                     <option value="" selected>Choose</option>                                     <option value="-8">Fine</option>                                     <option value="-6">Diminuative</option>                                     <option value="-4">Tiny</option>                                     <option value="-2">Small</option>                                     <option value="0">Medium</option>                                     <option value="2">Large</option>                                     <option value="4">Huge</option>                                     <option value="6">Gargantuan</option>                                     <option value="8">Colossal</option>                                 </select></span>                             <span class="sheet-tdcs"><input title="Class and level of the units in the army (@{armyType})" type="text" name="attr_armyType"></span>                         </div>                     </div><!-- END of Army Statblock  ..  HP = ACR * (Number of HD * ave for hd size HD) [[@{armyACR} * (@{armyNumHD} * @{armyUnitHD})]] -->                     <div class="sheet-table sheet-sect"><!-- Army Unit Details  -->                         <div class="sheet-table-row">                             <span class="sheet-statlabel-sm">CR</span>                             <span class="sheet-statlabel-sm"># HD</span>                             <span class="sheet-statlabel-sm">Class HD</span>                         </div>                         <div class="sheet-table-row">                             <span class="sheet-tdcs"><input title="The CR of the individual base unit of which the army is comprised.  **NOTE**  The CR is not always equal to the HD. ** (@{armyUnitCR})" type="text" name="attr_armyUnitCR"></span>                             <span class="sheet-tdcs"><input title="The number of HD the individual base unit has (@{armyNumHD})" type="text" name="attr_armyUnitNumHD"></span>                             <span class="sheet-tdcs"><select title="The size of the HD each individual base unit has (@{armyUnitHD})" name="attr_armyUnitHD" style="font-size: 75%; padding: 0px; width: 8.4em; margin: 0px;">                                     <option value="0" selected>Choose</option><!-- The value is the average hp for 1HD of a a given HD  See Table 4-15: Army Sizes, UC p. 235-->                                     <option value="2.5">d4</option>                                     <option value="3.5">d6</option>                                     <option value="4.5">d8</option>                                     <option value="5.5">d10</option>                                     <option value="6.5">d12</option>                                 </select></span>                         </div>                     </div><!-- END of Army Unit Details  -->                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row">                             <span class="sheet-table-row-name">HP</span>                             <span class="sheet-tdcs"><input class="sheet-threedigit" title="Army HP (@{armyHP})" type="text" name="attr_armyHP"/>/<input class="sheet-threedigit" title="Army HP Max (@{armyHP_max})" type="text" name="attr_armyHP_max" value="[[@{armyACR} * (@{armyUnitNumHD} * @{armyUnitHD})]]" disabled></span>                             <span class="sheet-table-row-name">ACR</span>                             <span class="sheet-tdcs"><input class="sheet-threedigit" title="Army ACR (@{armyACR})" type="text" name="attr_armyACR" value="[[@{armyUnitCR} + @{armySize}]]" disabled></span>                         </div>                     </div>                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row">                             <span class="sheet-statlabel-sm">Speed</span>                             <span class="sheet-statlabel-sm">Morale</span>                             <span class="sheet-statlabel-sm">Consumption</span>                         </div>                         <div class="sheet-table-row">                             <span class="sheet-tdcs"><input title="@{armySpeed}" type="text" name="attr_armySpeed"></span>                             <span class="sheet-tdcs"><input title="@{armyMorale}" type="text" name="attr_armyMorale"></span>                             <span class="sheet-tdcs"><input title="@{armyConsumption}" type="text" name="attr_armyConsumption"></span>                         </div>                     </div><!-- END of Army Statblock  -->                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row">                             <span class="sheet-table-row-name">DV</span>                             <span class="sheet-tdcs"><input class="sheet-threedigit" title="@{armyDV}" type="text" name="attr_armyDV"></span>                             <span class="sheet-table-row-name">OM</span>                             <span class="sheet-tdcs"><input class="sheet-threedigit" title="@{armyOM}" type="text" name="attr_armyOM"></span>                         </div>                     </div>                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row"><span class="sheet-table-row-name">Commander</span>                             <span class="sheet-tdcs"><input title="Name of the Army's Commander (@{armyCommander})" type="text" name="attr_armyCommander"/></span>                         </div>                     </div>                     <div class="sheet-table sheet-sect">                         <div class="sheet-table-row">                             <span class="sheet-tdcs">Cha Mod.<input style="width: 47%" title="Army Commander's Charisma Modifier (@{armyCommanderChaMod})" type="text" name="attr_armyCommanderChaMod"/></span>                             <span class="sheet-tdcs">Prof. (Soldier)<input style="width: 37%" title="Army Commander's Profession Soldier ranks (@{armyCommanderProfSoldier})" type="text" name="attr_armyCommanderProfSoldier"/></span>                         </div>                         <div class="sheet-table-row">                             <span class="sheet-tdcs">Leadership   <input title="Does the commander have the leadership feat (Check if yes) (@{armyCommanderHasLeadership})" type="checkbox" name="attr_armyCommanderHasLeadership"/></span>                             <span class="sheet-tdcs">Bonus<input style="width: 37%" title="Commander Leadership Bonus (@{armyCommanderLeadershipBonus})" type="text" name="attr_armyCommanderLeadershipBonus"/></span>                         </div>                     </div>                 </div><!-- End of Right Side --> The style sheets are based heavily on the pathfinder code and will probably display very closely.  Any help would be very appreciated, thank you. For a view of what I am trying to do you can take a look at this image here and that may help you get an good idea.  The Textbox for Tactics, Special Abilities and Resources are on the right side using a split table.