Sjaakie <sjaakie@_SPAMSTOP_bigfoot.com> wrote:
> Is it possible to display a number of tables that will wrap just
> like normal text?
Yes. Use align="left" in the <table> tags or, equivalently, use
float: left for the table elements in CSS. In either approach, make
sure to stop the floating after the last table if relevant, using
<br clear="all"> or clear: both in CSS (for the element after the
tables).
You can use the CSS technique for things other than tables, too, though
the elements usually need to have their widths set somehow to make
things work. Tables are a bit special as block elements: normally the
default width of a block is the entire available width minus margins
and padding, i.e. 100%, no matter how little content you have; but a
table by default occupies just as much width as needed for its content.
--
Yucca,
http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring:
http://www.cs.tut.fi/~jkorpela/www.html