Date: 02/08/08 (PHP Community) Keywords: php, html A client needs a table of data displayed as follows:
The data is stored in an array, so I am looping through results. How do I create a table with this exact layout? The key is the title, image and desc need to be level on each row. The client did not like everything put in one cell, since the images & titles were different sizes & lengths. I was using this foreach ($array_clips as $clip => $data)Any suggestions on a good way of doing this? Edited I came up with a solution of my own: http://community.livejournal.com/php/612044.html?thread=4427980#t4427980
|