Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Spaceships and Starwyrms: Augmenting a Character Sheet, help wanted

Hello! I'm looking to augment the existing 5e OGL Character sheet, the one that looks like a normal printed character sheet, into something compatible with Spaceship and Starwyrms campaign. This easy enough as far as I understand it: adding a few skills and tweaking some of the descriptive text on the Bio page seems to be all I need to do. I'd like to try this out, so I went and copied the HTML and CSS files for the 5e OGL sheet into the HTML and CSS sections for a Custom character sheet, in my game's setting.  The preview does not show up, and when I check in game, the formatting is all screwed up. So, to start off this post, can anyone tell me what step I missed or walk me through the process better? 
Looking over the stuff, I'd also need to remove the coin counter area and put in a place to track CC, that'll be a fun project
these are screenshots of the various pages. It looks like its an issue with the various images that are supposed to be brought in? 
okay i tweaked the image that was causing a problem to point at something else on imgur, now its just one of those weird images, and the formatting issues disappeared, never mind. Its still not displaying the correct image though.&nbsp; <a href="https://imgur.com/Mfy4Jiu" rel="nofollow">https://imgur.com/Mfy4Jiu</a> this is the link that I'm using in the character sheet, but I'd like an actual image to show up. Anyone have any ideas why this isn't working?
1568935050
Finderski
Pro
Sheet Author
Compendium Curator
We’d need to see the HTML and css for the relevant section...
Alright!&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&lt;div class="name-container"&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;img src="<a href="https://imgur.com/Mfy4Jiu" rel="nofollow">https://imgur.com/Mfy4Jiu</a>" style="padding-bottom: 5px;"&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;input type="text" name="attr_character_name" style="width: 100%;"&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;span class="label"&gt;CHARACTER NAME&lt;/span&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/div&gt; This is one of several areas that the picture is supposed to show up. the css data:&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;.sheet-name-container { &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; width: 250px; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; display: inline-block; &nbsp;&nbsp;&nbsp;&nbsp;}
1568950461
Finderski
Pro
Sheet Author
Compendium Curator
Try this... &lt;img src="<a href="https://imgur.com/Mfy4Jiu.png" rel="nofollow">https://imgur.com/Mfy4Jiu.png</a>" style="padding-bottom: 5px;"&gt;
oh okay awesome! that worked!!!&nbsp; Now I just need to fix the sheet so it calculates multiclass spell slots correctly XP