licentious radio's Typography

June 2002
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            
May   Jul

   Click here to visit the Radio UserLand website.
   Click to see the XML version of this web page.
 
Home | Stories | Politics/Humor | Web Usability/Humor | ipaq 3800 Linux | RadioRadio | Typography | About | Contact
Typography
Friday, June 28, 2002
[5:48:07 PM]     
No, no, no! Never "justify" text in html. Even in your blog. Repeat after me: "I will not type 'align=justify'. I will not type 'align=justify'."

You see justified text in books. In books, they hyphenate words. Web browsers don't hyphenate (yet).

The most important thing about text is reading it. The way to make text easy to read, is keep the spaces between words even, and put "enough" space between lines.

In html, you can't do much about the space between words and letters, but you can easily add space between lines:

<div style="line-height: 1.5">

all your precious words here....

</div>

Play with the line-height, but don't justify!



© Copyright 2002 john robert boynton.
Last update: 9/8/02; 11:27:07 AM.