Hallo Forum,
Warum wird der Inhalt der linken Spalte nicht fett angegeben ?
<table class="customer">
<tr><td>{$aTrans.unternehmen}:</td><td>{$smarty.post.unternehmen}</td></tr>
<tr><td>{$aTrans.vorname}:</td><td>{$smarty.post.vorname}</td></tr>
</table>
table.customer {
width: 90%
}
table.customer > td {
font-weight: 700;
border: 1px solid #000;
}