Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Location
    Athens
    Posts
    842
    Tokens
    0

    Default [PHP/HTML] Tables Help

    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
    Code:
    <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>
    +rep for answer
    Last edited by Drompo; 03-05-2007 at 07:35 PM.


  2. #2
    Join Date
    Jul 2006
    Location
    Athens
    Posts
    842
    Tokens
    0

    Default

    I need this urgently now,

    Anyone?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •