Brian said: The Ghost DM said: On one of the parts that I added, the color keeps staying black and I can't seem to change it. If you mean the Power Profile label, you had <div calss="..."> instead of <div class="...">. You also have a number of labels written as "lable". (Also, the label tag only has any particular use if it contains a form element such as <input> or <textarea>, or if you use the "for" attribute for it, which doesn't play nice with Roll20's character sheet system.) The Ghost DM said: I'm looking at your CSS and I understand about 3/4 of it (lol) so I want to change the part about the Bonds, keeping the blue label with the beveled corners. Now, the thing is that it needs to be a list and it keeps expanding, depending on the player. I did this but, for every addition it needs there needs to be a separate number to it. You've got a repeating section, but wrapping it around a <td> doesn't work. Repeating sections don't work well as part of a table; you can put the entire fieldset inside of a table cell, but that doesn't leverage the table's capabilities much. Also, just to make certain you're aware, a repeating section will only actually repeat in the VTT itself. The preview window won't do it, nor will simply viewing the sheet in your browser. The Ghost DM said: Lastly, I know what you did with the transparency block, but I how do I make it go away (for the Bonds section) without making a mess of your work. Not entirely certain what you're talking about. I fixed it and just left it as a repeating section for the players to fill out, because it changes every session basically. That way they have more freedom to change it as they please, as the campaign continues on. Thank you very much for your help!