I have a code to out put a table which has 2 rows and one coloum for every result in the table. The only problem is i can only get the tables to go across or down. How you make them go accross and then warp?
Current Code
+rep for answerCode:<table width='50' border='0' cellspacing='0' cellpadding='0'> <tr> <td><img src=\"{$getview["avatar"]}\" title =\"{$getview["username"]} alt=\"{$getview["username"]}\"></td> </tr> <tr> <td>{$getview["credits"]}</td> </tr> </table>


Reply With Quote