I would like to display a text with several columns. The same way that it is displayed on a newspaper:

I know how to do that with tables of div but, in that case, I have to specify where the text is cut between the columns.
I saw a suitable solution by doing:
<div style="column-count:2"> text </bla>
It works fine with opera but not with the latest firefox and chrome…
column-countis CSS3, so be warned it will not work in some older browsers.To answer your question, you may need to be more specific with your css: