what solution to choose

liunx

Guest
I want the following on my homepage.

I have some text in my SQL DB. I want this text in some sort of box. But I want every text for that country in a box. I have about 6 to 9 different kinds of text in my DB for each country

So what I want is:

|-------------| |-------------| |-------------|
| | | | | |
| text | | text | | text |
| | | | | |
| | | | | |
|-------------| |-------------| |-------------|
|-------------| |-------------| |-------------|
| | | | | |
| text | | text | | text |
| | | | | |
| | | | | |
|-------------| |-------------| |-------------|
|-------------| |-------------| |-------------|
| | | | | |
| text | | text | | text |
| | | | | |
| | | | | |
|-------------| |-------------| |-------------|

What should I use to get this? Some sort of repeater or what?
Btw the text in the DB is HTML basedhow ****, the spaces didn't work I'll post a pic with what I want.
<!-- m --><a class="postlink" href="http://www.jaga.be/examplePicNews.jpgI">http://www.jaga.be/examplePicNews.jpgI</a><!-- m --> think that you can use a DataGrid with a pretty CSS.
 
Top