Answered
Displaying a query result in 3 columns
Hi
I have a query with n records. Now I would like to display all records in a HTML page in 3 columns. I don't have a clue on how to do that!
What I would like is (assuming I have 9 records in my query):
<div id="column1">
displaying records 1 to 3
</div>
<div id="column2">
displaying records 4 to 6
</div>
<div id="column3">
displaying records 7 to 9
</div>
Has anyone a short solution or at least a link to a sloution. I didn't find anything great yet...
Thank you & regards
I have a query with n records. Now I would like to display all records in a HTML page in 3 columns. I don't have a clue on how to do that!
What I would like is (assuming I have 9 records in my query):
<div id="column1">
displaying records 1 to 3
</div>
<div id="column2">
displaying records 4 to 6
</div>
<div id="column3">
displaying records 7 to 9
</div>
Has anyone a short solution or at least a link to a sloution. I didn't find anything great yet...
Thank you & regards
