How to Create Text Columns in HTMLIn the world of advertising, it has been found that people maintain more interest in pages that have their text divided into columns. Advertising guru David Ogilvy redefined the print ad by adopting the layout and design of articles into his advertisements. This meant that the page would be divided into three columns, using "serif" fonts (see the section on "fonts" for more details), with about 8-10 words per column, and divided into short, full-justified paragraphs. Since web design is similar in form and function to advertising, I believe that the use of columns for large chunks of text can be a powerful tool in maintaining user attention. It will definitely increase readership, and even for those who don't read it, it will increase the aesthetics, making the web site appear more like printed media than digital media. Along with the use of Drop Caps, Ordered (numbered) Lists, and Font Formatting techniques outlined in some of my other articles, you will be able to make pages that maintain reader focus (more important than appearing bold and shocking)! The longer your reader keeps interest, the more your site sells. Period. As to my theory of why people like columns in text, I think it could be a few reasons:
HTML Column TechniquesThe following techniques are available to us for creating equal-width columns of text in HTML. Method 1 - Columns in Tables (aka The Old Way)Before the days of CSS, we used tables to make columns of text. It isn't the most appropos use of table structures, but in a limited environment, one uses the tools he has. <table width="100%" cellpadding="0" cellspacing="10" border="0"> Method 2 - Columns in Divs and CSSThis method is the approach designers should be taking today. It uses a simple nested div architecture with CSS to determine the look of the columns. Done correctly, this could be enhanced to handle multiple columns or wrapping overflow of objects within a div. <style> And there ya have it! Columns of text simple as that! |
Featured Projects |
Design and content copyright Transio, LLC © 2007-2009. All rights reserved. Any and all reproduction without express written consent is strictly forbidden.
Transio
•
Software Development Miami
•
Web Design Miami
•
Web Marketing & SEO Miami
•
Serving Miami-Dade, Broward, and Palm Beach.