I'm trying to place an image over an existing "table" that uses grid and multiple div "cells", as well as input fields. This it the original sheet table currently: <a href="https://www.dropbox.com/s/ifnclrt6mrahmd5/Screen%20Shot%202021-05-21%20at%206.18.41%20PM.png?dl=0" rel="nofollow">https://www.dropbox.com/s/ifnclrt6mrahmd5/Screen%20Shot%202021-05-21%20at%206.18.41%20PM.png?dl=0</a> I'm trying to put dots in between the input fields and cells, similar to this here: <a href="https://www.dropbox.com/s/qwcx8o90ouxfi94/Screen%20Shot%202021-05-21%20at%206.19.09%20PM.png?dl=0" rel="nofollow">https://www.dropbox.com/s/qwcx8o90ouxfi94/Screen%20Shot%202021-05-21%20at%206.19.09%20PM.png?dl=0</a> Here's the sheet code: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/Duels%20of%20Dreams%20-%20DODAS" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/Duels%20of%20Dreams%20-%20DODAS</a> And a codepen I've been messing around with that's similar I can't seem to get working. <a href="https://codepen.io/danimagaming/pen/PoppZNj?editors=1100" rel="nofollow">https://codepen.io/danimagaming/pen/PoppZNj?editors=1100</a> From what I can find online, there's something you can do with ::before or ::after, but the examples I can find are for an image over an image, or for when everything is in the same div, section, or cell.&nbsp; (or just telling me that you shouldn't but an image over text...) Is it possible to have an image cover more of an area? I think there may also be some changes from the Roll20 improvements to sheet html and css allowed that I could possibly leverage for this. I've yet to update to the newer non-legacy version. Thanks!