tables....uhh question

ododdododd Junior MemberShared Hoster
when placing a table in a html how do you get tables beside each other....
There are three types of people in the world, those that can count and those that can't

Comments

  • gillygilly Junior Member Shared Hoster
    Why not use columns?
  • ododdododd Junior Member Shared Hoster
    u mean place the whole page in a table or tables inside columns?
    There are three types of people in the world, those that can count and those that can't
  • PythonPython Forum Leader The Royal RAM
    either...

    You could set a table which is 100% wide with 2 columns... then in each of those two columns put a table each... and they are then next to eachother...

    The best way to do this though would be to use CSS

    The Royal Ram

  • ododdododd Junior Member Shared Hoster
    okay right table each.....CSS route would involve learning CSS.,....
    There are three types of people in the world, those that can count and those that can't
  • kinkkink serious member VPS - Virtual Prince of the Server
    <table align="left">
    </table>
    <table align="right">
    </table>
  • ryanryan Beginner Link Clerk
    use css its way more valid and new
  • xPureNLxxPureNLx Moderator The Royal RAM
    Hmm yes, I have to agree with Ryan on this one, however plain HTML is used a lot in combination with other Scripting Languages, just for the easy-table-scripts.
    signaru02am7.jpg
    [B]MSN: xPureNLx@gmail.com[/B]
    
Sign In or Register to comment.