Multiple Spaces Between Characters In A Post

From FAQ Technical Issues:

multiple spaces don’t show up in my post

*Q: Why is it that when I type in several spaces between words in my post, I only see one space?

A: Your web browser compresses spaces. If you include more than one space between two words, only one space will be displayed.

HTML 4.01 Specification

Quote:

In particular, user agents should collapse input white space sequences when producing output inter-word space. *
.
.
.
Due to a brain sub-system functionality problem I am currently experiencing, I regret I do not understand the quote. Or the link. (I appreciate that multiple spacing cannot be achieved using normal coding.)

So can multiple spacing be achieved using ‘white space sequences’ and if so what does the required coding look like?

I am unable to give any estimates as to when my brain sub-system can be fixed and rebooted.

Many thanks.

You can try this trick.
…indent by using white periods.
Achieved by using below code without the spaces. Hit reply to see exact coding.
[ COLOR=White ]…[ /COLOR ]

Jim

One way to do this is to use the <code></code> tag (with square brackets):


test  test      test

Understood and thank you for the soultions.