Sunday, April 5, 2009

Several tables side by side (without nesting)

This page shows a technique for putting several tables side by side, and explains some compatibility issues.

Here's the style ([] for posting...should be <>):
[code]
[style type="text/css"]
table{vertical-align:top}
table.inline{display:inline-table}
.inline{display:inline}
[/style]
[/code]

...and how you use it (same deal with []):
[code][table class='inline'][tr][td]blah blah blah...[/td][/tr][/table][/code]

No comments: