Hi there,
I have a real question that's baffling the heck out of me.
How do I format a table that is five cells across where EACH CELL contains the information from a database record?
An example of what I'm trying to do is at: http://www.musiciansatlas.com/pages/jukebox2006.asp
I hope this makes sense....
When you go to this page, each song category is a database record that contains the image of the artist plus the artist information and a link to their song.
Right now, all this is hardcoded in. I'm able to load all the iframe menus in ASP from a While loop reading the database.
But now, I want to actually draw the page with a table where EACH CELL contains a database record of the winner. So the table will be FIVE RECORDS across and as many down to complete the table.
To better clarify: Americana/Maura Fogarty is one record, followed by Blues/Jimmy Norton which is another record.
Any suggestions? For loops don't work because it just draws one record five times across the page.
This would be a MAJOR breakthrough for me as "database" is my middle name.
DonnaZ
|