Hi I don't know if it's a problem on the code or an issue with roll20.  I've uploaded a character sheet and a folder with all the art. Now in the HTML I used src="img/makefile" to load the image. Everything looks fine. In the CSS however if I changed the URL for the background image from   <code>  background-image: url('<a href="http://site.com/image" rel="nofollow">http://site.com/image</a>')  </code>  to  <code>  background-image: url('img/image')  </code>  Roll20 is unable to find it, and no background image is displayed. I tried offline before putting it on GitHub and everything looked fine. I checked some of the other sheets with extensive art like the alien one and the url was given in the form  <code>http ://GitHub.com/Roll20/roll20/character-sheet/gamefolder/img/name?raw=true </code>  Is this the correct form?