Read HTML The Definitive Guide Online
Authors: Chuck Musciano Bill Kennedy
To emulate a vertical spacer of the form:
>
use this HTML fragment:
n
>
The
tags are needed to emulate the line-breaking behavior of the vertical spacer. Again, replace
n
with the desired height.
To emulate a block spacer of the form:
height=
h
align=
a
> use this tag:
w
height=
h
align=
a
> Replace
w
,
h
, and
a
with the desired width, height, and alignment values.
Given that simple replacements exist for all the variants of the
5.6 Other Multimedia Content
6.2 Multicolumn Layout
-->
6.2 Multicolumn Layout
Multicolumn text formatting is one of the most commonly used features of desktop publishing. In addition to creating attractive pages in a variety of formats, multiple columns let you present your text using shorter, easier-to-read lines. HTML page designers have longed for the ability to easily create multiple text columns in a single page, but have been forced to use various tricks, such as multicolumn tables (see
Chapter 15, Tips, Tricks, and Hacks
).