On fitnessthatsfun I'm trying to put the search box on the right and the ads on the left, but they have to be on the same line. HTML does for this? Does it matter if I'm using Javascript when doing this because both items are in javascript. Instead of: Advertisement Search Box I'd like: Advertisement - Search Box (on the same line not two lines) Thank you.
You need to research css using DIV tags. Always try your best to avoid tables where possible ( which means never use tables )