Home › Forums › Basel support forum › Product Detail Page › Reply To: Product Detail Page
December 4, 2017 at 5:36 pm
#27127
Artem Temos
Keymaster
You can use this HTML table code
<table>
<tbody>
<tr>
<th>SIZE</th>
<th>CHEST</th>
<th>WAIST</th>
<th>HIPS</th>
<th>HEIGHT</th>
<th>AGE</th>
</tr>
<tr>
<td><strong>S</strong></td>
<td>6–7</td>
<td>64.5–66</td>
<td>59.5–61.5</td>
<td>68.5–71</td>
<td>122–128</td>
</tr>
<tr>
<td><strong>M</strong></td>
<td>8–9</td>
<td>66–69</td>
<td>61.5–65</td>
<td>71–74.5</td>
<td>128–137</td>
</tr>
<tr>
<td><strong>L</strong></td>
<td>10–12</td>
<td>69–75</td>
<td>65–69</td>
<td>74.5–79.5</td>
<td>137–147</td>
</tr>
<tr>
<td><strong>XL</strong></td>
<td>14–16</td>
<td>75–81.5</td>
<td>69–72.5</td>
<td>79.5–84.5</td>
<td>147–158</td>
</tr>
</tbody>
</table>