wsg  

Re: [WSG] 3 Columns

leenath1
Thu, 23 Feb 2006 03:32:14 -0800

Hi Roberto,
 
You'll be pleased to know that there is a really cool example of this exact scenario at ALA...
 
 
The full article can be found here...
 
 
Cheers
 
Nathan
Hello!

I'm creating a page that has a part with a list of names, I want to represent the list in three columns as this:

+------------
+------------+------------+
|   Name 1   |  Name 5    |   Name 9   |
|   Name 2   |  Name 6    |   Name 10  |
|   Name 3   |  Name 7    |   Name 11  |
|   Name 4   |  Name 8    |   Name 12  |
+------------+------------+------------+

What's the best way to create this list to have a semantic sense? CSS or a table?

Thanks!
R. Santana