mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update BESM3rd.html
Reformat Character Info Section for appearance
This commit is contained in:
+20
-10
@@ -7,20 +7,30 @@
|
||||
<div class="sheet-header">CHARACTER INFO</div>
|
||||
<div class="sheet-section sheet-table sheet-input-border">
|
||||
<div class="sheet-table-row">
|
||||
<div class="sheet-table-cell">NAME: <input type='text' name='attr_name'></div>
|
||||
<div class="sheet-table-cell">PLAYER: <input type ='text' name = 'attr_playerName'></div>
|
||||
<div class="sheet-table-cell sheet-cell-50 ">NAME: <input type='text' name='attr_name'></div>
|
||||
<div class="sheet-table-cell sheet-cell-50">PLAYER: <input type ='text' name = 'attr_playerName'></div>
|
||||
</div>
|
||||
<div class="sheet-table-cell">AGE:<input type='text' name='attr_age'></div>
|
||||
<div class="sheet-table-cell">HEIGHT : <input type='text' name='attr_height'></div>
|
||||
<div class="sheet-table-cell">WEIGHT:<input type='text' name='attr_weight'></div>
|
||||
<div class="sheet-table-cell">GENDER:<input type='text' name='attr_gender'></div>
|
||||
</div>
|
||||
<div class="sheet-section sheet-table sheet-input-border">
|
||||
<div class="sheet-table-row">
|
||||
<div class="sheet-table-cell sheet-cell-25">AGE:<input type='text' name='attr_age'></div>
|
||||
<div class="sheet-table-cell sheet-cell-25">HEIGHT : <input type='text' name='attr_height'></div>
|
||||
<div class="sheet-table-cell sheet-cell-25">WEIGHT:<input type='text' name='attr_weight'></div>
|
||||
<div class="sheet-table-cell sheet-cell-25">GENDER:<input type='text' name='attr_gender'></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sheet-section sheet-table sheet-input-border">
|
||||
<div class="sheet-table-row">
|
||||
<div class="sheet-table-cell sheet-cell-100">
|
||||
DESCRIPTION:<BR>
|
||||
<textarea name='attr_characterDescription'></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<BR>
|
||||
DESCRIPTION:
|
||||
<BR>
|
||||
<textarea name='attr_characterDescription' class='sheet-example-lg'></textarea>
|
||||
<BR>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user