Talk:Hanja level 6
From Korean Wiki Project
Revision as of 01:23, 22 October 2011 by DigitalSoju (Talk | contribs)
can anybody tell me how to add page breaks for returns ?
- Were you trying to make like a table?
| header 1 | header 2 | header 3 |
|---|---|---|
| row 1, cell 1 | row 1, cell 2 | row 1, cell 3 |
| row 2, cell 1 | row 2, cell 2 | row 2, cell 3 |
equals
{| class="wikitable" border="1"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}