I\'m creating a html template that wraps a table that is used to lay out a form. I have full control over the html that wraps the table not the table itself. The table is in
You can achieve something similar by using display:block;.
display:block;
See this fiddle: http://jsfiddle.net/R53KH/