In another thread, the following comment was made:
[color=blue]
> I tried the following with Mozilla Firebird (using Gecko/20030712).
>
> Isofarro wrote:[color=green]
> > http://www.pga.com/openchampionship/[/color]
>
> I found this site to be unimpressive. The design doesn't scale as I
> size the browser window horizontally and so I either waste space or
> I get an annoying horizontal scrollbar.[/color]
I publish thousands of plain longish documents, and my concern is much
more for their readability than aesthetic design. Consequently, I make
them all fixed width of 600px, with no border, and place them
horizontally in the middle of the browser window.
In publishing text, it is said that one must keep line length down to
40-60 characters to make the text easily readable. This is why text is
written in columns, but I don't want to confront the challenges of
doing newspaper style columns (balanced) in CSS (intimidating and
probably would slow document production).
Therefore I have compromised. A 600px page width gives me a line
length of 80 characters, which is on the order of the above
recommendation, and it is also a page size that can be seen on all
browsers. Because the page is centered and has no border, I don't
think it looks too badly even with higher resolution.
And yet Isofarro's complaint above remains valid. There is space
"wasted," although, with the centering and no border, perhaps that's
not so objectionable.
What do people think? Should I persist, or should I presume higher
resolution, make my page 1000px wide and struggle use two balanced
columns?
An example of current page design to illustrate my point:
--
Haines Brown
brownh@hartford-hwp.com
kb1grm@arrl.net
[color=blue]
> I tried the following with Mozilla Firebird (using Gecko/20030712).
>
> Isofarro wrote:[color=green]
> > http://www.pga.com/openchampionship/[/color]
>
> I found this site to be unimpressive. The design doesn't scale as I
> size the browser window horizontally and so I either waste space or
> I get an annoying horizontal scrollbar.[/color]
I publish thousands of plain longish documents, and my concern is much
more for their readability than aesthetic design. Consequently, I make
them all fixed width of 600px, with no border, and place them
horizontally in the middle of the browser window.
In publishing text, it is said that one must keep line length down to
40-60 characters to make the text easily readable. This is why text is
written in columns, but I don't want to confront the challenges of
doing newspaper style columns (balanced) in CSS (intimidating and
probably would slow document production).
Therefore I have compromised. A 600px page width gives me a line
length of 80 characters, which is on the order of the above
recommendation, and it is also a page size that can be seen on all
browsers. Because the page is centered and has no border, I don't
think it looks too badly even with higher resolution.
And yet Isofarro's complaint above remains valid. There is space
"wasted," although, with the centering and no border, perhaps that's
not so objectionable.
What do people think? Should I persist, or should I presume higher
resolution, make my page 1000px wide and struggle use two balanced
columns?
An example of current page design to illustrate my point:
--
Haines Brown
brownh@hartford-hwp.com
kb1grm@arrl.net
Comment