Then I have two questions:
1: Is it possible to break up a page in two or more columns and have the
elements on page floating from on column to another?
2: If the answer to question 1 is yes: Is it possible to tell that a
spesifik element shall not be devided, but must be moved to the next column
if there isn't enough space left for the element in the current column/page?
Thor
> I read in MSDN that Microsoft recommend people not to use standards like
> XSL-FO because most of the functionallity overlaps with that provided by
> cascading style sheets (CSS) and the HTML tag set.
And because XSL-FO is a purely presentational language, so you might as
well use PDF.
> 1: Is it possible to break up a page in two or more columns and have the
> elements on page floating from on column to another?
Yes, but only in CSS 3, which is in the final stages of development and
only has basic implementation in Opera 7 and Gecko.
http://www.w3.org/TR/2001/WD-css3-multicol-20010118/
> 2: If the answer to question 1 is yes: Is it possible to tell that a
> spesifik element shall not be devided, but must be moved to the next column
> if there isn't enough space left for the element in the current column/page?
Not that I can see.
--
Toby A Inkster BSc (Hons) ARCS | mailto:tob...@goddamn.co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:t...@jabber.linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
Ancient Netscape3 (was that year 1996?) intrrocuced MULTICOL tag.
Netscape4 also supports it. NO other known browser to me support that tag.