Re: wanting to hire a web author...
kchayka wrote:
[color=blue][color=green]
>> I fail to see why max-width would be any better than a fixed width table
>> design.[/color]
>
>You don't have to set max-width on the body element, just on those
>elements or class selectors that might be problematic, like
>
>p {max-width:40em}[/color]
Which again imposes an author's view of what he thinks is a comfortable
width to read text. It's a dead tree edition constraint that should not
be emulated on the web. Properly coded web sites allow each user to
determine what *they* consider comfortable.
--
Spartanicus
kchayka wrote:
[color=blue][color=green]
>> I fail to see why max-width would be any better than a fixed width table
>> design.[/color]
>
>You don't have to set max-width on the body element, just on those
>elements or class selectors that might be problematic, like
>
>p {max-width:40em}[/color]
Which again imposes an author's view of what he thinks is a comfortable
width to read text. It's a dead tree edition constraint that should not
be emulated on the web. Properly coded web sites allow each user to
determine what *they* consider comfortable.
--
Spartanicus
Comment