How can I keep this form from forcing a line break?
Attached is a screen shot of a problem I'm having in that even when I incorporate "display:inline;" I'm getting a line break and I can't figure out why.
You should post a link to your page in order to see what is happening. The bit of code does not help. I can guess it is your table width, but it could be something else in your css or inline css? Please post a link to your sample page. If you are working locally, then just upload the page and supporting css and javascript/jquery to a public folder. If you can't do that, then recreate it on jsbin http://jsbin.com/ (if you are using jquery, just click, "add library")
Basically, I put the whole form in a single cell and it's much improved. I don't have the line break anymore, but the submit button is lingering at the top of the cell and I don't know how to get it centered.