moketas: Verzweifelter Neuling, mehrere bilder zentrieren

Beitrag lesen

Über CSS kannst du mit text-align:center; zum Beispiel Text zentrieren. Bilder scheuen sich da nicht und machen mit.

<div style="text-align:center;">

<img src="bild1.gif" alt="">
<img src="bild2.gif" alt="">
</div>


>   
> Mehr braucht man nicht im Prinzip nicht.  
  
nun ich habe jetzt meinen code geändert und er sieht jetzt so aus:  
  
<div id ="hintergrund">  
       <img src="../\_graphics/bg.jpg" width=100%>  
       <div style="text-align:center;">  
         <a href="index.htm"> <img src="../\_graphics/home.gif" border="0" width=100px  class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"></a>  
         <a href="\_html/menue.htm"><img src="../\_graphics/menue.gif" width=100px border="0" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"</a>  
         <a href="\_html/tagesteller.htm"><img src="../\_graphics/tagesteller.gif" width=100px border="0" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"></a>  
         <a href="\_html/fotos.htm"><img src="../\_graphics/fotos.gif" width=100px border="0" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"></a>  
         <a href="\_html/catering.htm"><img src="../\_graphics/catering.gif" width=100px border="0" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"></a>  
         <a href="\_html/kontakt.htm"><img src="../\_graphics/kontakt.gif" width=100px border="0" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);"></a>  
       </div>  
     </div>  
  
und als ergebnis sehe ich nur das hintergrundbild