Jump to content

Recommended Posts

Posted (edited)

I am trying to create 2 html tabels side by side but my second table keeps appearing below my first table. How do I create 2 tables side by side?

Edited by jnickrand

Posted (edited)

first make a table consists of 2 cells: one row, two columns with borders=0

so it will not appear to the user.

then in each cell construct your table...

by this way they will appear side by side :)

Edited by grafx1
Posted

Yup...

One more tip. IE and Opera will display tables centered by default. Firefox aligns them left. To get around this, you can create "dummy" cells that contain a simple no break space to the left and right of your actual content and set the width to "auto". That way it'll be centered. :)

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...