[thelist] php/mysql output to browser questions...

Ray Hill lists at prydain.com
Fri Mar 30 13:09:22 CST 2001


> 1) The thumbnail images are all in the first column. So,
> the output is going to go sort of like this:
>	a) open the table
>	b) create the first row and cell with thumbnail #1
>	   (from the returned array of thumbnails) in it.
>	C) determine the number of thumbnails returned and
>	   set the next cell's rowspan attribute accordingly
>	d) write the text into the 2nd cell
>	......etc

Wait, why would you want to do it that way??  The way the current page is done is with one table that has just the three horizontal cells, all aligned to the top, and then a nested table in the firt cell that iterates through all the images.

Wouldn't it be much easier to leave it in that format so that all of the images are being written togather instead of being scattered across the code?



--ray





More information about the thelist mailing list