First you’re going to need to figure out if you’re going to use tables or div’s….I’d recommend div’s, tables aren’t recommended since they are considered the “old outdated way” and div’s + css are much better and up to date.
There are a lot of tutorials that already explain how to do this on Google, so I’d recommend searching for – “how to add 2 floating divs” since this is a basic question. Here is the first result from StackOverflow – http://stackoverflow.com/questions/446060/css-two-divs-next-to-each-other There are many more that should explain how to do this.