How do I create two tables side by side?

Wrap the first table with a div tag as follows:

<div class="foswikiLeft">
| *a* | *b* |
| 1   | 2   |
</div>
<div class="foswikiLeft" style="margin-left:1em">
| *1* | *2* |
| A   | B   |
</div>
%CLEAR%

Result:

a b
1 2

1 2
A B

Support.FAQForm edit

TopicClassification FrequentlyAskedQuestion
Subject Editing, Frontend or Javascript or CSS
Topic Summary Use div tags to make two tables appear side by side
Extension
Interested Parties
Related Topics
Topic revision: r3 - 27 Dec 2011, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy