Template for Table: Difference between revisions

From Iskomunidad
Rsmoralejo (talk | contribs)
Created page with "<table> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td width="70%">January</td> <td width="30%">$100</td> </tr> <tr> <td>February</td> <td>$80</td>..."
 
Rsmoralejo (talk | contribs)
No edit summary
 
Line 1: Line 1:
TEMPLATE 1
<table>
<table>
  <tr>
  <tr>
Line 13: Line 15:
  </tr>
  </tr>
</table>
</table>
TEMPLATE 2
2014<br/>
{| class="wikitable" border="1" style="text-align:center;" width="70%"
|-
| Jan
|Apr
|Jul
|Oct
|-
|Feb
|May
|Aug
|Nov
|-
| Mar
|Jun
|Sep
|Dec
|}

Latest revision as of 16:12, 13 March 2014

TEMPLATE 1

Month Savings
January $100
February $80


TEMPLATE 2

2014

Jan Apr Jul Oct
Feb May Aug Nov
Mar Jun Sep Dec