Hi Hans, Thanks for your quick reply. I did copy your code and it did not align properly. It's all three rows stacked.
I tried 250px and it did format the row into 250 colmuns, but still stacked together like thick rows. It looks like I have to upgrade pmwiki to recent release. Rene V. Date: Mon, 22 Oct 2007 22:26:56 +0100 From: Hans <[EMAIL PROTECTED]> Subject: Re: [pmwiki-users] Fixed columns? To: Rene Visco <[EMAIL PROTECTED]> Cc: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Monday, October 22, 2007, 10:10:59 PM, Rene Visco wrote: > Or get 3 columns to be at the fixed width (33%) so the 3 columns will look > good evenly. > Any ideas....maybe it's CSS code? you could use wiki divs and styles, for instance: >>lfloat frame width=30pct<< some text which will wrap some text which will wrap some text which will wrap some text which will wrap >>lfloat frame width=30pct<< second column text which will wrap second column text which will wrap second column text which will wrap >>lfloat frame width=30pct<< Third column. Little bit more text and it should wrap long lines I hope. >><< you need to use pct rather than % for percent units. I had to go a little less than 33% to allow for margins when I tried. I used 'frame' only to show some boxes. see http://www.pmwiki.org/wiki/Test/FloatingColumns ~Hans _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
