Simple Web Design Steps to Improve Your Website`s Readability
(Page 1 of 3 )
Websites that make their customers work to read them are not the best way to get business.Miniscule fonts, text in colours that make it hard to see against the background colour, and lines that are piled on top of each other are problems, but they're easy to correct. Let's jump right in and look at five easy fixes:
Format your text using CSS.
Cascading Style Sheets (CSS) are the way to go - use one style sheet and control how text looks on your entire site. Make a change to the style sheet and your whole site is updated. It makes life a lot simpler
Make the font size big enough to read
Consider your target audience. Even if they are a group of teenage girls looking for new shoes, it's never a good idea to use tiny type. It doesn't have to be enormous, but up to a point, larger type is better. 12-pt Verdana is better than 8-pt Verdana.
Make the text contrast with its background.
The more contrast, the better. Black-on-white or white-on-black are examples of the highest contrast you can get. Use colours if you like, but if you squint at the page and your text basically vanishes, there's not enough contrast.
Next: Give the lines... >>
More Web Development Articles
More By Jase Dow