• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

formatted spacing

I was trying something the other day and noticed things did not line up in the posting as it does in the editor. Below is a test to show what I found. I had to edit and change my post as it look like crap.

11111 22222 33333 |5 spaces between each # group
.....11111.....22222.....33333.....|Spaces replaced w/dots
ooooo11111ooooo22222ooooo33333ooooo|All three are lined up

The numbers above line up perfectly in the editor. It seems that spaces are reduced to only one between items just like with HTML. Also, the dot is proportional on the display, but not in the editor.
 
When filling in forms, you generally are using a fixed-width font such as Courier/Courier new. The forums display in a variable-width font (my guess is Arial) most likely for readability, which accounts for spacing/length differences between same-number-of-character-strings.

Also, the HTML standard does not allow for more than one <space> to be displayed, mostly because it is a text markup language and a scripting language: extra spaces need to be defined differently because those spaces could be used for organizing the underlying code.

It's not anything Zuni can really control 🙂

~Ladi
 
Welcome to the world of true type fonts! Not all the letters are the same X and Y dimensions like the courier types.....

 
But, if you use the HTML <pre> tag, as suggested above, then all characters are the same width/height (just like the courier fonts).

The <pre> tags also allow you to use multiple spaces in continuity. The net result is to make ASCII diagrams and simple tables possible.

I've asked for this several times but have never got a useful comment about it:

Link
 
Back
Top