If the name order is not important, use a UL with LIs styled with float:left; width:29% or similar. This way, It degrades nicely and works on small screens (the elements are coerced into a single column.

On 23 Feb 2006, at 11:02, Roberto Santana wrote:

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

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to