Don't use fixed page widths.
At a minimum, don't force repeated horizontal scrolling on readers with narrower browser windows.
Practically, fixed-width pages can lead to repeated horizontal scrolling:
More generally, fixed-width pages don't follow the design of the web: web pages plus active user agents (browsers) that adapt the pages to the readers' preferences and needs.
Don't directly set the width of a page; don't set the width of the
body element.
If a column of text must have a fixed width or a minimum width, limit the width to the smallest reasonable browser window width, not just to the screen width you assume most readers have.
For more information, see:
|
|
|
|
|