I am loading pictures and text from a database. As the code loops through and displays each record, it puts the newest one underneath the one before it.
How do I make the pictures and text load horizontally?
How do I limit the number of records it loads, before going to the next line and then doing it again? (i.e. make it so only 5 load per line, then creates a new line?)
I am REALLY hoping there is an easy way to do this!