2 Bilder nebeneinander positionieren

  • Hallo,
    ich möchte gerne 3 Bilder wie folgt anordnen:

    B I L D 1
    BILD2 BILD3

    BILD 1 und BILD 2 sind in ordnung, werden auch so angeordnet, jedoch erscheint BILD3 linksbündig unter BILD2.

    Code sieht wie folgt aus:

    Code
    <img src='http://i1056.photobucket.com/albums/t380/hasche90/follow_01.png' style='margin-top:-5px'/><br/><a href='https://www.google.de' onmouseout='bloglovin.src=&apos;[url]http://i1056.photobucket.com/albums/t380/hasche90/follow_02.png&apos;;[/url]' onmouseover='bloglovin.src=&apos;[url]http://i1056.photobucket.com/albums/t380/hasche90/follow_022.png&apos;;[/url]' target='_blank'><img name='bloglovin' src='http://i1056.photobucket.com/albums/t380/hasche90/follow_02.png' style='margin-top:-5px'/></a><a href='https://www.google.de' onmouseout='gfc.src=&apos;[url]http://i1056.photobucket.com/albums/t380/hasche90/follow_03.png&apos;;[/url]' onmouseover='gfc.src=&apos;[url]http://i1056.photobucket.com/albums/t380/hasche90/follow_033.png&apos;;[/url]' target='_blank'><img name='gfc' src='http://i1056.photobucket.com/albums/t380/hasche90/follow_03.png' style='margin-top:-5px'/></a>

    Hatte es schon versucht mit style="float:left;" aber hat nichts geändert.

    Danke!