How to pad a string with spaces?

Trying to pad a string with space (after the string) to format the final output so that all my strings align to the left on a tile. I’ve tried countless approaches but I have not been able to include spaces after my string. What am I missing?? (Definitely not a formal developer as you’ve already figure out). Thanks!

Have you tried CSS? I seem to remember seeing 'position' and 'text align' commands, they might achieve what you are after.

A good place to start:

Rereading your post makes me think this would not work with multiple strings on the one tile.

1 Like

From the bad old days of html:

 
1 Like

I’ll give the old non breaking space a try before going in the rabbit hole of (re)learning CSS…

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.