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 .
×

Character Sheet Background (help, I'm a noob)

Hi everyone, I've got a litte problem with my character sheet template: I've already wrote my "http" part for the fields and attributes, and I'd like to put my own background:&nbsp; <a href="http://www.zupimages.net/viewer.php?id=16/19/gvo8" rel="nofollow">http://www.zupimages.net/viewer.php?id=16/19/gvo8</a>.... I've got 2 div of 3 columns, and I don't know what I must add and where in the "HTTP" for the background to show up under all the stuff. Here's what I wrote on CSS:&nbsp; .charsheet { background: url(<a href="http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg" rel="nofollow">http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg</a>); } Is there someone that can help me ?&nbsp;
I think "background-image" is the property you are looking for.
It is, but, nothing work on the CSS, I think I just don't know how to write it. So I tried in the HTML Layout, and it's working if I create a "img" attribute in a div, but I can only do &lt;img rsc=' <a href="http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg" rel="nofollow">http://www.zupimages.net/viewer.php?id=16/19/gvo8.jpg</a> ' /&gt;. The "background-image" is certainly only working in CSS I guess.
Finaly got it, sorry for bothering. It turns out that I used "class" for my div instead of "style". Silly me !