Hallo,
wie kann ich innerhalb eines DIVs Graphiken etwas versetzt anordnen?
Dass es so in der Art aussieht:
------- -------
| | | |
|Bild1| ------- |Bild3|
| | | | | |
------- |Bild2| -------
| |
-------
So hab ichs bisher versucht:
<div style="margin-top:300px; margin-left:300px;">
<img src="images/bild1.jpg" width="185" height="110" border="0" alt="">
<span style="margin-top:20px;"><img src="images/bild2.jpg" width="1" height="150" border="0" alt=""></span>
<img src="images/bild3.jpg" width="185" height="110" border="0" alt="">
</div>
Mit margin-left wird der horizontale Abstand vergrössert, aber mit margin-top wills net klappen. Muss ich für jedes Bild ein eigenes DIV anlegen oder krieg ich das auch so irgendwie hin?
Danke und Grüssle
Alexa