[styled_table]
<table>
<thead>
<tr>
<th scope="col" style="width:25%"><strong>Company</strong></th>
<th scope="col" style="width:25%">Header 1</th>
<th scope="col" style="width:25%">Header 2</th>
<th scope="col" style="width:25%">Header 3</th>
<th scope="col" style="width:25%">Header 4</th>
</tr>
</thead>
<tbody>
<tr>
<td>Company 1</td>
<td>Division</td>
<td>Division</td>
<td>Division</td>
<td>Division</td>
</tr>
</tbody>
</table>
[/styled_table]
It looks like you're new here. If you want to get involved, click one of these buttons!