You must log in to this site in order to participate in the forum.
The first three specifications are generally aimed at incorporating white space
Bernard, Chaparro and Thomasson (2000) – "Medium levels of whitespace should produce higher levels of satisfaction and overall preference than very dense or very spread-out use of space. This was substantiated by statements made by some participants that the Low level of whitespace was too "cramped" to afford easy reading. The High amount of whitespace was described as being easier to read than the Low space, however the participants stated that they felt it was slower since they had to scroll more to see all of the text."
You can use CSS formatting add white space on the sides. For example, the following code indents all text 25 pixels to the left and right.
body {margin-left: 25px; margin-right: 25px; }
You can use CSS formatting increase the leading in all paragraphs. The following code stretches line height to 120% of normal.
p {line-spacing: 120%}
There are several CSS formatting options available to decrease line width.
p {margin-right: 50px;} p {width: 550px} ol li,ul li {padding-bottom: 5px} Arditi, Aries (2005) Making Text Legible: Designing for People with Partial Sight
Retrieved Jan 11, 2007 from
http://www.lighthouse.org/print_leg.htm
Bernard, Michael, Chapparo, Barbara and Thomasson, R. (2000). "Finding Information on the Web: Does the Amount of Whitespace Really Matter?" Usability News Summer 2000. Retrieved Jan 11, 2007, from
http://psychology.wichita.edu/surl/usabilitynews/2W/whitespace.htm
Shaikh, A. Dawn and Lenz, Kelsi. (2006). "Where's the Search? Re-examining User Expectations of Web Objects" Usability News Winter 2006. Retrieved Jan 11, 2007, from
http://psychology.wichita.edu/surl/usabilitynews/81/webobjects.htm