HTML doesn't make it easy to do vertical side-by-side tables. You'd have to get into CSS positioning, which is a little out of scope for here. It'll involve doing some hand-coding of HTML, since you'll have to wrap the tables in a DIV, giving them an ID attribute, so that you can refer to them from the CSS.
↧