Mason C wrote:
Quote:
I hate it when a site fills my screen width, making text lines 18 inches long
and difficult to read. So I shrink my window and *hope* the text word-wraps.
What's the best choice: width =800 px and centered ? |
px has nothing to do with line length, the number of characters does.
Regardless, setting a fixed width to limit line length is the wrong
solution.
Quote:
What's the best site design for various screen sizes? |
Setting a max-width in ems is a better choice than any fixed width.
Around 35em is usually pretty good for paragraph width.
--
Berg