Working with tables

From selfstudy
Revision as of 13:28, 1 November 2007 by Ralphd (Talk | contribs) (New page: Make sure to add ''class="wikitable"'' in the cirst line of the table <pre>{| class="wikitable" | Cell 1 | Cell 2 | Cell 3 |- | Cell 4 | Cell 5 | Cell 6 |} </pre>)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Make sure to add class="wikitable" in the cirst line of the table

{| class="wikitable"
| Cell 1
| Cell 2
| Cell 3
|-
| Cell 4
| Cell 5
| Cell 6
|}