This might seem like a problem with a simple solution, but I'm not entirely sure how to approach it.
I would like to generate a user contact list from a table of user details on a database. However, for the master page (which only needs to display the name), I was wondering if there is any way that the user names could be displayed in multiple rows rather than one continuous vertical stream (I would rather avoid recordset paging).
I suppose you could do it horizontally by outputting each record in a css block element one third of the total div width, but I would rather do it in a vertical direction ie you go down, then start at the top and once again for a 3 column list.
Any pointers in the right direction would be appreciated.
I would like to generate a user contact list from a table of user details on a database. However, for the master page (which only needs to display the name), I was wondering if there is any way that the user names could be displayed in multiple rows rather than one continuous vertical stream (I would rather avoid recordset paging).
I suppose you could do it horizontally by outputting each record in a css block element one third of the total div width, but I would rather do it in a vertical direction ie you go down, then start at the top and once again for a 3 column list.
Any pointers in the right direction would be appreciated.
Comment