Help - Search - Members - Calendar
Full Version: Creating tables Side by Side
MSFN Forums > Coding, Scripting and Servers > Web Development (HTML, Java, PHP, ASP, XML, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
jnickrand
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?
YoussefGamil
What do you mean by "side by side"?
grafx1
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 smile.gif
Zxian
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. smile.gif
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.