Tagged Questions
1
vote
4answers
167 views
What's more readable, reading an ordered list vertically or horizontally? [duplicate]
For example, I have a numbered list, what is easier for an average user to read ?
Vertically
[1] [5]
[2] [6]
[3] [7]
[4] [8]
OR
Horizontally
[1] [2]
[3] [4]
[5] [6]
[7] [8]
...
8
votes
2answers
212 views
Is a number easier to read with the thousand separator?
This may sound like a stupid question but I'm being taken to task for this at the moment. Personally I believe that it's easier to read 1,234.56 than 1234.56. However there are others that are saying ...