XF 2.2 Maintaining Spaces

scotty921

Member
I do a thing when posting a rundown of numbers, there are two different types I do.
there is one set on the left then another completely different set on the right on the same line, I want an average of 4 spaces between these sets of numbers on one line. It looks good when I write it out but when I post it won't maintain the spaces between the 4 spaces between the numbers.
I tried different ways with headers and such but it will always push them together after posting. Thanks for any help.
The only workaround I have is putting in 4 hyphens in between the numbers to keep them separate.
I have an example of what I have to do here: https://dailynumbersclub.com/threads/for-12-20-22.10/

Possible because it's a 3rd party issue?
 
Last edited:
I assume you want to tabulate the columns.

If so, you can use a code block for that.
Prepare the content in a text editor - you can use tab instead of manually entering 4 spaces.

[code]
7651 2210
9410 3210
5531 6532
8300 8421
[code]

Code:
7651    2210
9410    3210
5531    6532
8300    8421
 
I assume you want to tabulate the columns.

If so, you can use a code block for that.
Prepare the content in a text editor - you can use tab instead of manually entering 4 spaces.

[code]
7651 2210
9410 3210
5531 6532
8300 8421
[code]

Code:
7651    2210
9410    3210
5531    6532
8300    8421
Thank you, for the help. I'm slowly learning this stuff.
 
Top Bottom