Possible to format other than spaces?
I'm trying to make a list like the following:

blah blah           -          blah blah
blah blah blah   -          blah blah
blah blah           -          blah blah
blah                   -          blah blah

In the json it looks fine but when I log into the server and view the info page it looks more like:

blah blah      -       blah blah
blah blah blah   -     blah blah
blah blah        -       blah blah
blah           -       blah blah

Seems like it only accepts so many spaces between text, any way to solve this?
Even in this post it doesn't seem to come out right but basically i'm trying to get everything in line regardless of the amount of spaces.
DeFuNkT
Even in this post it doesn't seem to come out right but basically i'm trying to get everything in line regardless of the amount of spaces.

Spaces are the only way to format it really.