Hi there,
thanks for your quick reply.
I know the plugin you suggested but they don't give me the possibility to style them using theme css.
What I want is to create a list or a table with ranking, name, km and races coming from cell A1,A2,A3 ...
<table">
<tr>
<td>1</td>
<td>Name1</td>
<td>Km</td>
<td>Races</td>
</tr>
<tr>
<td>2</td>
<td>Name2</td>
<td>Km</td>
<td>Races</td>
</tr>
</table>