I sort of posted about this at <a href="https://app.roll20.net/forum/post/12709983/macro-why-is-this-right-justified/?pageforid=12712723#post-12712723" rel="nofollow">https://app.roll20.net/forum/post/12709983/macro-why-is-this-right-justified/?pageforid=12712723#post-12712723</a> but I ended up wandering from it. This is a broader question. How do I put stuff in the left column and how do I put stuff in the right column. As I said in the original question, I'm using template:general and I find template:default to be ugly as you know what for buttons. Here is a sample screen shot and current code of what I am unable to figure out. Macro: &{template:default}{{name=Select Character Token(s) and:}} {{*Resize to w x h pixels* [16x20](!token-mod --set width|=16 height|=20) [20x25](!token-mod --set width|=20 height|=25) [24x30](!token-mod --set width|=24 height|=30) [32x40](!token-mod --set width|=32 height|=40) [40x50](!token-mod --set width|=40 height|=50) [48x60](!token-mod --set width|=48 height|=60) [56x70](!token-mod --set width|=56 height|=70) [64x80](!token-mod --set width|=64 height|=80) [72x90](!token-mod --set width|=72 height|=90) [80x100](!token-mod --set width|=80 height|=100) [88x110](!token-mod --set width|=88 height|=110) [96x120](!token-mod --set width|=96 height|=120) Or square, w x w pixels [15](!token-mod --set width|=15 height|=15) [20](!token-mod --set width|=20 height|=20) [30](!token-mod --set width|=30 height|=30) [40](!token-mod --set width|=40 height|=40) [50](!token-mod --set width|=50 height|=50) [60](!token-mod --set width|=60 height|=60) [70](!token-mod --set width|=70 height|=70) [80](!token-mod --set width|=80 height|=80) [90](!token-mod --set width|=90 height|=90) [100](!token-mod --set width|=100 height|=100) [110](!token-mod --set width|=110 height|=110) [120](!token-mod --set width|=120 height|=120) Or you may: [Flip Horizontally](!token-mod --flip fliph) [Rotate to 0°](!token-mod --set rotation|360) [Highlight On/Off](!token-mod --on aura1_square --set aura1_color|ffffff --set aura1_radius|!.1) [Character Name On/Off](!token-mod --flip showname)}} In the link, Jarren helped me with the equals sign - I can't paste what he gave me as this iinterface turns everything black. Anyway, the result was: Other macros I've made, using template:general I end up with centre justified: How the heck do I put anything in the left column? How the **** did I get centred output in another macro? I know nothing about CSS. I can't find anything in google searches. All the roll20 references I find do not have "template:general" anywhere to be found. This is extraordinarily frustrating. Thanks for any help, -- Tim