moin
wie kann ich mir ein eigenes <br>-zeug bestaln, mit dem ich tabellen (untereinander) 10px abstand geben kann. also sowas wär ein ansatz:
<table class="TABLE_AUSSEN" width="140" >
<tr>
...
</tr>
</table>
<span class="abstand>"></span>
<table class="TABLE_AUSSEN" width="140" >
<tr>
...
</tr>
</table>
=> der klasse abstand in meiner css datei möchte ich nun eine höhe von 10 pixel zuweisen.
oder gibts ne bessere lösung?
danke!