[thelist] sql query php layout

rudy r937 at interlog.com
Mon Nov 25 15:32:01 CST 2002


> http://www.hificollective.co.uk/books/book_listing.php

it seems each item is in a width=99% table all by itself, so of course
they're gonna stack

what you want is (pseudocode):

<table>
set trois=1
<tr>
loop
      <td>$data$</td>
      trois=trois+1
      if trois = 3
           </tr>
           <tr>
           trois=1
      endif
end loop
</tr>
</table>

or something like that


rudy




More information about the thelist mailing list