What I wanna create is page that fetches results from my DB and display them into two columns like this using CSS (unless theres a better way)...
Row 1 | Row 6
Row 2 | Row 7
Row 3 | Row 8
Row 4 | Row 9
Row 5 | Row 10
The second column should be empty if theres no more than 5 rows.