Difference between revisions of "Working with tables"

From selfstudy
Line 12: Line 12:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
!width="33%"|Header 1
 +
!width="33%"|Header 2
 +
!width="33%"|Header 3
 
| Cell 1
 
| Cell 1
 
| Cell 2
 
| Cell 2

Revision as of 16:36, 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
|}
Header 1 Header 2 Header 3 Cell 1 Cell 2 Cell 3
Cell 4 Cell 5 Cell 6