Forum Moderators: phranque
During a few surveys conducted, one of the biggest gripes is setting absolute text sizes rather than relative. I know this can cause some problems with formatting on some browsers and OS, but that is no reason to prevent a lot of users being able to access a site easily.
Old news I know, but webmasters need to be aware of the implications from the start :
[news.bbc.co.uk...]
A few simple things to consider that can help users and at least show that you are making steps in the right direction.
Colour : Make sure text does not prevent people with colour blindness
[vischeck.com...]
Text : Include a text only parser if you require a simple option
[vnunet.com...]
Images : Use alt text correctly
Tables : When using a text reader long tables can prove difficult tyo understand, therefore use a table header instead if going straight into <TR>.
There are loads of things you can do, I have just highlighted a few suggestions to move in the right direction.
Cheers
Richard
I'd just like to add that accessibility really needn't be very difficult. Use relative font sizes, mark up you pages so they are understandable without a stylesheet and you're halfway there.
Also use <fieldset>'s, <legend>'s and <label> tags in your forms, costs nothing and you can make really cool forms by styling those elecments...
Nick