SHARE
Facebook X Pinterest WhatsApp

So, You Want Newspaper Columns, Huh?

Written By
thumbnail
Joe Burns
Joe Burns
Jan 4, 2005

Please note: These are Netscape-specific commands. This will not work on Explorer.


News Flash!
HTML Artist Uses Newspaper Columns — Thousands Flee!

Joe Burns — HTML Goodies                                                    


     Sorry for the theatrics, but this is a tutorial about newspaper columns, and hey, any time I get the chance to use the BLINK command —
I TAKE IT! Sorry Internet Explorer users. Blink doesn’t work on your browser either. Man…this just isn’t your kind of tutorial is it?

Dig This – Click to see the Newspaper columns
You have to have Netscape to see it!

     Now onto the matter at hand: How did I get those three nice columns? Table commands, right? No, I used a command that looks more like an afterthought than something the HTML know-it-alls created for everyday use.

     I used this command:

<MULTICOL>

     Some might say that all this can be done with table commands, and while that is true, it isn’t as easy. To do this you simply surround a block of text with these commands:

<MULTICOL>
and
</MULTICOL>

…and you’re off and running.
     There are three other subcommands that go along with this MULTICOL. They all go inside the first MULTICOL and effect everything in between.
Use:

COLS=”#”

to denote how many columns your page will have. I happen to have chosen three. I was just feeling like a trio at the time.

Use:

GUTTER=”#”

to denote the width, in pixels, between the columns of text. I happen to have chosen the number 25 for this lovely tutorial.

Use:

WIDTH=”#”

to denote the overall width of all columns together.

     All the commands that manipulate text shape, like CENTER and ALIGN, will work inside the column. So if you center something, it will center inside the column, but you knew that.

     The reason I think this command is a bit of an afterthought is that there isn’t a command that jumps you to the beginning of the next column to start a new story or heading. The commands simply take text and break it into columns. It’s a nice look, plus it spaces it evenly. Table cells will do that, but it’s a lot more coding. You could get the same effect using tables, but if this is all you want, and the page will be viewed on Netscape browsers, the MULTICOL command does a nice job.

     Oh, and in case you were wondering if there is a MULTIROW command — yes. It’s called “The Paragraph.”

Enjoy!

Back to the HTML Goodies Home Page

Recommended for you...

Best JavaScript Frameworks & Libraries for Building Web Dashboards
Rob Gravelle
Jul 29, 2021
Google Web Vitals for Beginners
Diogo Souza
May 4, 2021
Web Site Maintainability
Vince Barnes
Jan 10, 2021
Getting Started with Grunt.js
Diogo Souza
Oct 8, 2018
HTML Goodies Logo

The original home of HTML tutorials. HTMLGoodies is a website dedicated to publishing tutorials that cover every aspect of being a web developer. We cover programming and web development tutorials on languages and technologies such as HTML, JavaScript, and CSS. In addition, our articles cover web frameworks like Angular and React.JS, as well as popular Content Management Systems (CMS) that include WordPress, Drupal, and Joomla. Website development platforms like Shopify, Squarespace, and Wix are also featured. Topics related to solid web design and Internet Marketing also find a home on HTMLGoodies, as we discuss UX/UI Design, Search Engine Optimization (SEO), and web dev best practices.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.