Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<MULTICOL ...>

  • COLS: how many columns
  • GUTTER: space between columns
 
  • WIDTH: width of a single column

<MULTICOL ...> is one of those interesting special effects from Netscape that is more likely to detract from the page than add to it. <MULTICOL ...> creates columns across the screen. The text flows from one column to the next like in a newspaper. This tends to make the web page more difficult to read, but this tag has a few good uses we'll discuss below.

In its most basic use, <MULTICOL ...> uses just the COLS attribute indicate how many columns across.

<MULTICOL COLS=3>
Alice was beginning to get very tired of sitting by 
her sister on the bank and of having nothing to 
do: once or twice she had peeped into the book her 
sister was reading, but it had no pictures or 
conversations in it, `and what is the use of a book,' 
thought Alice, `without pictures or conversations?' 
</MULTICOL>

gives us

Alice was beginning to get very tired of sitting by her sister on the bank and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, `and what is the use of a book,' thought Alice, `without pictures or conversations?'

To put a little more space between the columns to make it more readable use either the WIDTH attribute, which controls the width of a single column, or the GUTTER attribute, which controls the space between columns. I recommend not using both attributes, because they interact. (If you really want to make the page more readable, you may wish to consider not using <MULTICOL ...> at all.)

One popular use for <MULTICOL ...> is to compact lists which are long and not wide:

<MULTICOL COLS=3>
<UL>
<LI><A HREF="space.html">Home Page</A>
<LI><A HREF="space.html">Idocs</A>
<LI><A HREF="space.html">Magenta</A>
<LI><A HREF="space.html">HTML</A>
<LI><A HREF="space.html">scripting</A>
<LI><A HREF="space.html">waste reduction</A>
<LI><A HREF="space.html">communities</A>
<LI><A HREF="space.html">vegetarianism</A>
<LI><A HREF="space.html">Perl</A>
<LI><A HREF="space.html">space</A>
</UL>
</MULTICOL>

gives us this list which uses the vertical space on the screen:

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire