HTML: Spanning a form across multiple td columns
04:28 01 Dec 2009

I'd like to be able to do something like this in HTML. It isn't valid HTML, but the intent is there:

Name Favorite Color    

Obviously, I can't do this because I must not have a form tag immediately inside of of a element. The only alternatives I can see are to use nasty javascript or to change the behavior of my program.

What might be a solution that would allow me to have a form that spans multiple columns like this?

html forms html-table