Rob
Mon Jun 12 02:35:37 CDT 2006
Matthew Kendall wrote:
> "Rob Watts" <rdw@lubrizol.com> wrote...
> > Hi, does anyone know how to display a list in 4 columns?
> > We have a long list of cities that I'm grouping by country,
> > by using a data view web part I've managed to get the list
> > to display in 2 columns, but that's still wasting a lot of
> > screen space. Ideally we would like the list to display in
> > 4 columns, any ideas anyone?
>
> This is really a layout issue, rather than a content issue. Can you just get
> the web part to generate a single column of data as would be expected, then
> get the browser to render this in multiple columns with CSS?
>
>
http://www.w3.org/TR/css3-multicol/
Mathew,
Thanks for that, that definitely looks interesting and I'll look into
it.