I'm working on hosting images on my charsheet with Roll20. So i'm using link like : - url(' <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D&Z-Apocalypse/images/bottom-background3.png</a> ') And when this link is used on rolltemplate, it auto transform itself as : - url(' <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png</a> ') I'm assuming its standard. Since it does the same on another of my sheets : - border-image: url(' <a href="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png" rel="nofollow">https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png</a> '); Transformed into: - border-image: url(' <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Moonshine/PNG/BlocFrame33.png</a> '); But so why <a href="https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//raw.githubusercontent.com/Roll20/roll20-character-sheets/master/D%26Z-Apocalypse/images/bottom-background3.png</a>' is refusing to work, i'm running mad understanding why ? Do you have any idea ?