I maintain a set of rules called OED (Original Edition Delta), an offshoot of Original D&D. A fan created a Roll20 sheet for it (and I'm very thankful). This uses the legacy format: <a href="https://github.com/Roll20/roll20-character-sheets/tree/master/D%26D_OED" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/D%26D_OED</a> Unfortunately, the background image has been broken for some time. In the CSS the following line appears: background-image: url(" <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&D_OED/images/border-600-866.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&D_OED/images/border-600-866.png</a> "); This is a legitimate URL with the right image at that location, but in Roll20 this appears as a broken image. Here are some things I've tried: - Load that URL in a standard web browser; image is correctly accessible at that location. (So, the URL seems fine.) - Copy the background image to a local server of my own; image can then be loaded & appears on the Roll20 sheet. (So, the image file seems fine.) - Swap in URLs for images from other Roll20 projects; the requested image does appear on our sheet in Roll20. (So, the CSS is use seems fine.) - Exchange the attribute "background-image" for "background"; this makes no difference. - Swap the URL ampersand for hex code "%26"; this makes no difference. Can anyone suggest a fix for this broken background image?