It's not clear to me how strict you want to be regarding the formatting. Are you trying to keep scenes together on each line, or just dump everything and let it wrap where it needs to? Perhaps you could handcode a sample and post a link. I'd also guess that you could make good use of CSS, specifically the "float: left" and clear=all attributes. > My database has a table called movies which has data like this: > > flick_name ,flick_cover, part_url > > flick_name is the name of the movie, the movie is cut into several pieces > for faster downloads > part_url is the full path to each of the pieces > > eg: > home movie 1 ,a.gif, http://movieserver.com/scene1_1.wmv > home movie 1 ,a.gif, http://movieserver.com/scene1_2.wmv > home movie 1 ,a.gif, http://movieserver.com/scene1_3.wmv > home movie 1 ,a.gif, http://movieserver.com/scene2_1.wmv > home movie 1 ,a.gif, http://movieserver.com/scene2_2.wmv > home movie 1 ,a.gif, http://movieserver.com/scene2_3.wmv > etc > > I am trying to get it into this format: > http://www.ezee.se/format.jpg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php