Disappearing Spaces

I tried to post a “picture” of a puzzle in a message. Its just a line drawing that I was approximating using plain text (dashes, spaces, and bars). But when I preview it the spaces are removed and vertical lines to the right are pushed to the left. The diagram is:


| | |
| | |
| | |
|||
| | | |
| | | |
| | | |
|||___ |
All of the vertical bars should be spaced out to the right.

Is this a big or a “feature”?

Thanks!!!

It’s neither a big, nor a bug. I think it’s a feature. Stops people ‘abusing’ the post.

Hey, it’s [post=2240682]in the FAQ[/post]. If you want to preserve spaces and keep your text monospace, put it in a code tag.



****   **    ***  *  *  *
*     *  *  *     *  *  *
***   *  *   **    ***  *
*     ****     *     *   
****  *  *  ***   ***   *

No, it’s just part of the Web’s standard protocols to strip extra blanks.
It’s from two old problems on ancient systems.
Many old editors (like MSDOS Edit) would often pad out blanks to fixed the end of lines.
On the other hand, input scanners would always add blanks in front and back of lines.
At the original baud rates, text was a major overhead and this was one way to improve the entire net. Now of course, with gifs and streaming videos, no one would try to fuss with text to improve things.