table not being shown
I am trying to create tables on a page (actually copy and pasting the HTML from another word press site I have). However, the table is not shown in Job Roller. It might be the colours, does anyone know where I can change the table colours?
the url is:
http://www.myinternshipchina.com/prices/
and the HTML I created:
<table border="2">
<tbody>
<tr>
<th>RMB Prices 2012</th>
<th>1 Month</th>
<th>2 Months</th>
<th>3 Months</th>
<th>4 Months</th>
<th>5 Months</th>
<th>6 Months or more</th>
</tr>
<tr>
<th>Internship, Housing and Study, per month</th>
<td>10,500</td>
<td>7,000</td>
<td>6,000</td>
<td>5,900</td>
<td>5,800</td>
<td>5,700</td>
</tr>
<tr>
<th><strong>Price Total
</strong></th>
<td><strong>10,500</strong></td>
<td><strong>14,000</strong></td>
<td><strong>18,000</strong></td>
<td><strong>23,600</strong></td>
<td><strong>29,000</strong></td>
<td><strong>34,200 and up</strong></td>
</tr>
<tr>
<th>Internship and Housing only, per month</th>
<td>9,500</td>
<td>6,500</td>
<td>5,500</td>
<td>5,000</td>
<td>4,700</td>
<td>4,500</td>
</tr>
<tr>
<th><strong>Price Total
</strong></th>
<td><strong>9,500</strong></td>
<td><strong>13,000</strong></td>
<td><strong>16,500</strong></td>
<td><strong>20,000</strong></td>
<td><strong>23,500</strong></td>
<td><strong>27,000 and up</strong></td>
</tr>
</tbody>
</table>
I have the same table on another page:
http://www.livethelanguage.cn/internship-pricing and there it shows just fine.