Last couple of questions, thanks a lot. this is my CSS styling as it stands. I have gotten most of it to work, but I don't understand what you mean by adding a Class? also, I can't seem to get the textarea to turn a color, I changed the code on the text area, the example below between the Talents and Feats, when I make the textarea an input= it loses its properties to expand when text is entered. Lastly, the background image keeps repeting lots of small images to make the background, how can I expant the image to cover the whole background? .sheet-wrapper{ background-color: yellow; background-image:url(<a href="https://raw.githubusercontent.com/jasoncrayne/roll20-character-sheets/4460ed5957cd933c4da2485712e01544edf89b5e/parchmentbackground.jpeg" rel="nofollow">https://raw.githubusercontent.com/jasoncrayne/roll20-character-sheets/4460ed5957cd933c4da2485712e01544edf89b5e/parchmentbackground.jpeg</a>); } input[type="text"] { background-color: yellow; } input[type="number"] { background-color: yellow; } input[type="textarea"] { background-color: yellow; } input[type="radio"] { background-color: yellow; } <tr> <td><h4>:Talents:</h4></td> <td><textarea name="attr_Magic-Talents" style="height: 50px" ></textarea> </tr> <tr> <td><h4>:Feats:</h4></td> <td><input type=textarea name="attr_Magic-Feats" style="height: 50px"></textarea> </tr>