Forum Moderators: not2easy
Is left justified _so much_ easier on the reader? I'm ready to be converted...
I personally prefer left justified text. I think there are several reasons people mainly use left justified text. Some that I can think of are below:
1. Absolute browser compatibility. (including special needs and text only browsers)
2. It's the norm.
3. Lazy coding ;)
4. Less data transfer (as left is the default)
Chris
Be very careful when using the justify attribute on paragraphs. Justification does not display correctly across all browsers. And, there are times where you will get lines that stretch to justify and it looks like you've added letter-spacing:5px. Not a good design techinique for the web. In print it is a different story.
Reading online is completely different from reading something as a hard copy. If you are thinking of doing justified because people will likely be printing it out, do a "printer friendly" version of the page (be sure to disallow robots to read the printer friendly version) and justify that version only, but leave the regular online version as left-justified for ease of reading.
Word processors and their ilk often don't compress type to fit a tight space. They simply aadd spacing to fill the line, so they don't save any space at all.