Question: Multiple Columns on one Page / Grid

Hi
i have a table with around 100 Records. One Column of this table is called ‘name’.
Now i want to list this ‘names’ on page in multiple columns. The lengths of the names is max. 8 characters, so i have enough space on a Page to display 3-4 colmuns.

Has anyone an idea, how can i do this in Scriptcase? [TABLE=“border: 1, cellpadding: 1, width: 500”]
[TR]
[TD]name1[/TD]
[TD]name34[/TD]
[TD]name67[/TD]
[/TR]
[TR]
[TD]name2[/TD]
[TD]name35[/TD]
[TD]name68[/TD]
[/TR]
[TR]
[TD]…[/TD]
[TD]…[/TD]
[TD]…[/TD]
[/TR]
[TR]
[TD]name33[/TD]
[TD]name66[/TD]
[TD]name99[/TD]
[/TR]
[/TABLE]

The names should be linked to a Form for edit e specific record.

Thank’s for any idea
Best regards
Steve