|
|
|
|
|
by ryandrake
1971 days ago
|
|
Admittedly most is just personal preference but the line width thing is the cardinal sin. Forcing huge blocks of whitespace on either side of the text for nebulous "readability" reasons is just wasteful. Too many web sites ape this pattern too. Look at John Gruber's website [1] on a nice wide 27" monitor for an extreme example. The content takes up less than 1/5 of the width of the screen. 1: https://daringfireball.net |
|
Now, a fair follow-up to this is that why don't we make text on the web into columns, so instead of big sidebars of white space you fit multiple columns of text on the screen? I'd say this is probably because the web uses scrolling instead of pagination. If there's more text than can fit on the page, it's faster and easier to just scroll down than it is to load a new page. But if you have a layout with columns, you'd have to scroll down to read, then scroll back to the top each time you finish a column, which is a hassle. So just having one long column requires the least user effort.
All said, of course some people might have different preferences. I'm sure some people find it easier looking from side to side with full screen text than scrolling down, or easier to click a next page button than scrolling down. But I think the trend for fixed width single columns on the web is one that's meeting many if not most peoples' preferences.