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

Image intergration

I'm trying to get a few Images intergrated into a sheet, trying to wrap my head around the <img> code
okay got the <img> code working now I need to figure out how overlay stuff on it
1650001674
Olaf
Sheet Author
If you want things in front of the image it will probably be easier to set the image as a background for the div.&nbsp; <a href="https://www.w3schools.com/cssref/pr_background-image.asp" rel="nofollow">https://www.w3schools.com/cssref/pr_background-image.asp</a>
so the background would be on the CSS side okay
Olaf said: If you want things in front of the image it will probably be easier to set the image as a background for the div.&nbsp; <a href="https://www.w3schools.com/cssref/pr_background-image.asp" rel="nofollow">https://www.w3schools.com/cssref/pr_background-image.asp</a> worked a beaut cheers, you got any idea on how to make sliders?