Hi!
Ich hab viele einzelne Tabellen die zwischen einander Abstand haben. Ich hab auch mal mit margin-bottom usw. rumgespielt, aber hat nicht funktioniert.
Code
<table >
<tr width="200">
<td width="150">
[b] Mexikanische Reispfanne [/b]
</td>
<td>
[b](945 kcal)[/b]
</td>
</tr>
</table >
<table>
<tr width="200">
<td width="150">
Tagessuppe <sup>1,4</sup>
</td>
<td>
(100 kcal)
</td>
</tr>
</table>
<table>
<tr width="200">
<td width="150">
Mexikanische Reispfanne <sup>1,2,3,4,6</sup>
</td>
<td>
(785 kcal)
</td>
</tr>
</table>
Alles anzeigen
Wie bekomm ich hier den Abstand raus???