Difference between revisions of "Working with tables"

From selfstudy
 
(One intermediate revision 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 15: Line 18:
 
!width="33%"|Header 2
 
!width="33%"|Header 2
 
!width="33%"|Header 3
 
!width="33%"|Header 3
 +
|-
 
| Cell 1
 
| Cell 1
 
| Cell 2
 
| Cell 2

Latest revision as of 16: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