Difference between revisions of "Working with tables"
From selfstudy
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Make sure to add ''class="wikitable"'' in the cirst line of the table | Make sure to add ''class="wikitable"'' in the cirst line of the table | ||
<pre>{| class="wikitable" | <pre>{| class="wikitable" | ||
+ | !width="33%"|Header 1 | ||
+ | !width="33%"|Header 2 | ||
+ | !width="33%"|Header 3 | ||
| Cell 1 | | Cell 1 | ||
| Cell 2 | | Cell 2 | ||
Line 12: | Line 15: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | !width="33%"|Header 1 | ||
+ | !width="33%"|Header 2 | ||
+ | !width="33%"|Header 3 | ||
+ | |- | ||
| Cell 1 | | Cell 1 | ||
| Cell 2 | | Cell 2 |
Latest revision as of 15:45, 26 February 2008
Make sure to add class="wikitable" in the cirst line of the table
{| class="wikitable" !width="33%"|Header 1 !width="33%"|Header 2 !width="33%"|Header 3 | Cell 1 | Cell 2 | Cell 3 |- | Cell 4 | Cell 5 | Cell 6 |}
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |