Oh, thats a quick response ??
Yeah I found that thread too but am looking for better alternatives. The headers will have to be vertical, coloured and bold. Example:
<table class="style1">
<thead>
<tr>
<th>Data</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th>Strecke:</th>
<td>16 km</td>
</tr>
<tr>
<th>Schwierigkeit:</th>
<td>middle</td>
</tr>
<tr>
<th>Region:</th>
<td>SE</td>
</tr>
<tr>
<th>Altitude:</th>
<td>~ 300-500 m</td>
</tr>
<tr>
<th>technik:</th>
<td></td>
</tr>
<tr>
<th>Aufstiege:</th>
<td>xxx</td>
</tr>
<tr>
<th>Einkehr- & Rastm?glichkeiten::</th>
<td>Gasthof </td>
</tr>
<tr>
<th>Fee:</th>
<td>keine</td>
</tr>
<tr>
<th>Parkgebühr:</th>
<td></td>
</tr>
<tr>
<th>xxxx:</th>
<td>nicht bekannt</td>
</tr>
<tr>
<th>Besonders:</th>
<td></td>
</tr>
</tbody>
</table>
Default table = I create one table with default headers, then use it for differant posts with each a differant content value. I want to avoid having to create a new table for each post that I write.