
I was hoping that someone could point me in the right direction. I was looking at a character sheet that uses a number of images all over the html. That makes it difficult to make changes to as every addition or deletion of some of the images needs to duplicated in many places. I thought, hey, how about something like: <input type="hidden" name="attr_pc20" value="<a href="https://s3.amazonaws.com/files.d20.io/images/225360056/Wu005gs7zndi9Qq99A_FyQ/max.png?1622302533" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/225360056/Wu005gs7zndi9Qq99A_FyQ/max.png?1622302533</a>"> <input type="hidden" name="attr_pc21" value="<a href="https://s3.amazonaws.com/files.d20.io/images/225360083/GRaBYmknz450u7YR7B3sTw/max.png?1622302542" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/225360083/GRaBYmknz450u7YR7B3sTw/max.png?1622302542</a>"> at the top of the code followed by something like: <img class="pretty-picture" src="pc20" alt="earth" /> <img class="pretty-picture" src="pc21" alt="moon" /> further down and everywhere where the the images are used. Sadly I tried a number of different syntax and didn't have any luck.Googled around a bit and also didn't have any luck. Can someone share an example of how to do this please? Thanks! Senjak