Hello -- I'm currently seeking a method of incorporating images into a power card. (Like many people, I've drawn a lot of inspiration from it.) I'm currently stuck on the issue and wondering if anyone has any insight on the matter. The line of code in question is: html += "<img align='center'; width='30'; height='30'; src='"+getObj("character",ID).get("avatar").replace("//","\\//")+"'>" Results in: Doesn't seem to particularly want to load the image. It's taking up space -- the designated 30px -- but just doesn't show.