Possible Duplicate:
Trying to get tables next to each other horizontal
I have two html tables already created. How can I place them side by side instead of 1 above the other?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on your content and space, you can use floats or inline display:
Check it out here: http://jsfiddle.net/SM769/
Documentation
displayon MDN – https://developer.mozilla.org/en/CSS:displayfloaton MDN – https://developer.mozilla.org/en/CSS/float