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

I want to set an image for

1623019794

Edited 1623019834
Here's what I have already... HTML &lt;div class="sheet-wrapper"&gt; &nbsp; &nbsp; ... &lt;/div&gt; CSS .sheet-wrapper { &nbsp; &nbsp; padding = 5px; &nbsp; &nbsp; background = url(' <a href="https://sgo.diebot.org/img/AntiquePaperBG.png" rel="nofollow">https://sgo.diebot.org/img/AntiquePaperBG.png</a> '); } I've tried it with single quotes, double quotes, 'background-image'... It also works as expected in an &lt;img&gt;. Please, what is being overlooked here? PS: Also, what is the Translation tab for?
1623022887
Finderski
Plus
Sheet Author
Compendium Curator
I believe it should be background-image and not just background
Thanks, Finderski, but I did try that too. I've tried it with single quotes, double quotes, ' background-image '... It also works as expected in an &lt;img&gt;.
CSS uses : not = .sheet-wrapper { &nbsp; &nbsp; padding: 5px; &nbsp; &nbsp; background: url(' https: //...'); }
By all that is Holy, I knew &nbsp;there was something stupid-easy being overlooked! Thank you Jim R.! PS: you don't have any insight into what the Translation tab is about, do you?
Sorry, I don't.
1623026815

Edited 1623026930
Andreas J.
Forum Champion
Sheet Author
Translator
Ryan said: PS: you don't have any insight into what the Translation tab is about, do you? <a href="https://wiki.roll20.net/Character_Sheet_Translation" rel="nofollow">https://wiki.roll20.net/Character_Sheet_Translation</a> See also <a href="https://wiki.roll20.net/Image_use_in_character_sheets" rel="nofollow">https://wiki.roll20.net/Image_use_in_character_sheets</a> Regarding the mistake in the CSS you did: <a href="https://wiki.roll20.net/Common_Mistakes_-_Sheet_Development#Not_using_a_linter.2Fcode_validator_on_your_HTML.2FCSS.2FSheetworker.2FTranslation_files" rel="nofollow">https://wiki.roll20.net/Common_Mistakes_-_Sheet_Development#Not_using_a_linter.2Fcode_validator_on_your_HTML.2FCSS.2FSheetworker.2FTranslation_files</a>.
1623026899
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
The translation tab is for handling the data-i18n translation tags .
1623046245

Edited 1623046266
The funny thing is, Andreas, I had other css class definitions listed in that tab and they were colon'd not equals'd. (grin &amp; shrug) In the end, you can have all the skill points in the world, but my crit fail is still a fail. :)