On Sun, 11 Jan 2004 17:00:45 -0500, "Sharon" <me.DeleteThis@privacy.net> wrote:
>Is there any way of setting the page width to account for all possibilities?
>I ask this because my cancer website is utilized by people that may, or may
>not, have visual impairment. These people may have their computers set up
>to give them the highest amount of visual help. But the majority of my
>users do not have that disability, so there screens will be set up with the
>various standard sizes. I would like to accommodate everyone.
The answer to your question is simple, but the application of that
answer is complex.
As William said:
"Simple basic HTML with *no* attempt at presentation will be your best
friend. Add styling to taste with CSS."
Have a look at these CSS-only layouts:
<a style='text-decoration: underline;' href="http://www.bluerobot.com/web/layouts/" target="_blank">http://www.bluerobot.com/web/layouts/</a>
Just about any basic web site can be created using those layouts. You
then go wild on these basic layouts with your markup. Lots of help
with that here:
<a style='text-decoration: underline;' href="http://www.thenetplace.com/css.php" target="_blank">http://www.thenetplace.com/css.php</a>
and here:
<a style='text-decoration: underline;' href="http://www.alistapart.com/topics/css/" target="_blank">http://www.alistapart.com/topics/css/</a>
A great example of a site redesign using CSS is here:
<a style='text-decoration: underline;' href="http://www.alistapart.com/articles/slashdot/" target="_blank">http://www.alistapart.com/articles/slashdot/</a>
I've used the Blue Robot layouts time and again to create quick sites
that aren't too taxing by way of structure and navigation. At times
I've registered a domain name in the morning and had a full working
site by the evening - e.g. <a style='text-decoration: underline;' href="http://www.eddiewatch.com/" target="_blank">http://www.eddiewatch.com/</a> (which breaks a
bit in Opera but I've been lax in fixing it).
And also, seeing as you are designing with visual impairment in mind,
have a look through these links on accessibility:
<a style='text-decoration: underline;' href="http://www.thenetplace.com/accessibility.php" target="_blank">http://www.thenetplace.com/accessibility.php</a>
You can crack open the code of thenetplace.com to see one application
of CSS layout and style.
You can accommodate everyone. What you can't do is present them all
with exactly the same layout and style.
***
Adrian Appleyard
3,000+ links on web site design, usability, accessibility, tools,
books, link checkers, associations, events, web standards...
<a style='text-decoration: underline;' href="http://www.theNetPlace.com/" target="_blank">http://www.theNetPlace.com/</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Page Width