johannes: display:inline-problem

Beitrag lesen

Hallo.
auf http://johannesswo.jo.funpic.de/mamaphp/content/home.php
versuche ich, einen footer zu realisieren:
Die elemente sind untereinander angeordnet, trotz display:inline; ...
Wie bringe ich die grafiken und texte dazu, sich vertikal anzuordnen?

relevanter code:

  
<!-- start footer-->  
<div style="  
 text-align:center;  
 font-family: sans-serif;  
 font-weight:bold;  
 height:50px;  
 background-image: url(./bgcolor.jpg);  
        color:white;  
 border-top:2px solid black;  
 padding:0px;  
 margin:0px;  
 text-align:center;  
 display:block;  
">  
<div style="  
        border:1px solid green;  
        display:inline;  
">  
    <p>  
    <a href="http://validator.w3.org/check?uri=referer">  
    <img style="border:none;"  
        src="http://www.w3.org/Icons/valid-html401"  
 alt="Valid HTML 4.01 Strict" height="31" width="88">  
    </a>  
    </p>  
  
    <p>  
    <a href="http://jigsaw.w3.org/css-validator/">  
    <img style="border:0;width:88px;height:31px"  
       src="http://jigsaw.w3.org/css-validator/images/vcss"  
       alt="Valid CSS!" />  
    </a>  
    </p>  
  
    <a href="fragen.html">fragen?</a>  
    <a href="kontakt.html">   kontakt  </a>  
    <a href="Impressium.php">Impressium</a>  
</div>  
</div>  
<!--end footer-->  

#footer
{