Dear Community, I have created a token monster macro and it works as intended. Cosmetic wise I would love all the numbers are aligned more to the right as shown on the picture below (or when using the {{template:default}}). Is that possible by using some html-magic similar to this styling? [NPC](~selected|npc#" style="background-color: transparent; padding: 0px; color: #7e2d40; display: inline-block; border: none; text-decoration: none;) Macro: @{selected|wtype}&{template:npcaction} {{name=@{selected|npc_name}}} {{rname=Saving Throws}} {{description=*Strength save:* [[1d20+@{selected|npc_str_save}[STR SAVE]]] | [[1d20+@{selected|npc_str_save}[STR SAVE]]] *Dexterity save:* [[1d20+@{selected|npc_dex_save}[DEX SAVE]]] | [[1d20+@{selected|npc_dex_save}[DEX SAVE]]] *Constitution save:* [[1d20+@{selected|npc_con_save}[CON SAVE]]] | [[1d20+@{selected|npc_con_save}[CON SAVE]]] *Intelligence save:* [[1d20+@{selected|npc_int_save}[INT SAVE]]] | [[1d20+@{selected|npc_int_save}[INT SAVE]]] *Wisdom save:* [[1d20+@{selected|npc_wis_save}[WIS SAVE]]] | [[1d20+@{selected|npc_wis_save}[WIS SAVE]]] *Charisma save:* [[1d20+@{selected|npc_cha_save}[CHA SAVE]]] | [[1d20+@{selected|npc_cha_save}[CHA SAVE]]]}}