[Moin-user] Help on editing/formatting a multicolumn page
Jim Wight
j.k.wight at ncl.ac.uk
Thu Jun 23 05:17:21 EDT 2005
On Thu, 2005-06-23 at 11:15, Anke Heinrich wrote:
> I'm trying to create a page that contains a list of links. Instead of
> presenting everything as a vertical list and forcing the viewer to scroll
> down I want a multicolumn layout, so that from a specific list item on all
> the following items are continued at the right side of the first list
> items.
>
> Is there anyway to do this? I've tried with tables but didn't figure out
> how columns can contain line breaks and besides, it looks very ugly.
It's not so ugly if you use the IndentTable parser from the Parser
Market, e.g.
{{{#!IndentTable
<tablestyle="width:100%" style="border:none"> \
FirstLink[[BR]]\
SecondLink
<style="border:none"> \
ThirdLink[[BR]]\
FourthLink
<style="border:none"> \
FifthLink[[BR]]\
SixthLink
}}}
creates a (hopefully obvious) 3-column output.
Jim
More information about the Moin-user
mailing list