Hello! I am trying to set up a nice-looking chat format that includes talking character's portrait, that may resemble JPRGs (Japenese RPG). What I do is... 1) upload an image on an external website. 2) use Starfinder's template 3) use this macro: &{template:sf_generic} {{name=}} {{title=@{selected|character_name} }} {{rightbanner=}} {{buttons0=[x](@{selected|img_loc}) ?{Message|0}}} 4) Each character has an attribute called img_loc which is the URL to the external image It seems it's working well, but the text does not wrap around the image if it's multiple-lined. Look at the image uploaded. Any suggestion? Thanks in advance!