Post Reply 
Code section TAB test
12-30-2019, 01:14 PM (This post was last modified: 12-30-2019 01:16 PM by Joe Horn.)
Post: #2
RE: Code section TAB test
Never use tabs for anything on the web. Use explicit spaces instead, like this:

Code:
         1         2         3         4         5
12345678901234567890123456789012345678901234567890
a       a       a       a       a
ab      ab      ab      ab      ab
abc     abc     abc     abc     abc
abcd    abcd    abcd
abcde   abcde   abcde
abcdef  abcdef  abcdef
abcdefg abcdefg abcdefg

This actually is a Good Thing, since tab width is variable and therefore unpredictable in plain-text files, whereas spaces are predictable in code blocks in this forum.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Code section TAB test - ijabbott - 12-30-2019, 09:28 AM
RE: Code section TAB test - Joe Horn - 12-30-2019 01:14 PM
RE: Code section TAB test - ijabbott - 12-30-2019, 06:28 PM



User(s) browsing this thread: 1 Guest(s)