Difference between revisions of "Working with tables"

From selfstudy
(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>)
 
Line 10: Line 10:
 
|}
 
|}
 
</pre>
 
</pre>
 +
 +
{| class="wikitable"
 +
| Cell 1
 +
| Cell 2
 +
| Cell 3
 +
|-
 +
| Cell 4
 +
| Cell 5
 +
| Cell 6
 +
|}

Revision as of 16:34, 26 February 2008

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
|}
Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6