Joris N: Abstand

Beitrag lesen

Hallo

eigentlich sollte es so gehen:

definiere eine klasse in css:

.abstand {margin-top:[anz px gegen oben]px; margin-bottom:[anz px gegen unten]px;}

Bette sie im img-tag ein:

<a href="/testing_php/index.php?mainmenue=Hauptseite"><img src="/testing_php/button/hauptseite.gif" alt="Hauptseite" border="0" class=abstand></a>

du kannst jetzt die margin-werte beliebig verändern.
zb:.abstand {margin-top:5px; margin-bottom:10px;}

gruss Joris