Blind sites?
Blind sites?
Out of context: Reply #12
- Started
- Last post
- 12 Responses
- DragKng0
I have lots of experience making accessible sites. I am on contract with the GOVT.
Quick tips:
Make sure all your images have alt tags - images that are for decoration or spacers should have an empty alt tag (alt=" ")
, don't set the font-size (let the user control it - in case they are just visually impaired)Make sure all your tables are in-line - that they make sense if you read straight across. If you have complicated data tables go to the w3c and learn how to properly tag them.
a simple html site usually doesn't need much help...
good luck!