Guten Morgen,
ist es nicht möglich in Beiträgen etwas nur mit Divs anzuordnen.
zB:
Code
<style type="text/css">
div.table { display:table; border-collapse:collapse;
}
div.tr { display:table-row;
}
div.td { display:table-cell; border:thin solid red; padding:5px;
}
</style>
<div class="table">
<div class="tr">
<div class="td">ich</div>
<div class="td"><a title="MDA SMS/Mails" href="../images/stories/paradise/pc/TB.jpg">
<img src="../images/stories/paradise/pc/thumb/TB.jpg" alt="MDA Pro" width="100" height="113" /></a></div>
</div>
<div class="tr">
<div class="td">ich</div>
<div class="td"><a title="MDA SMS/Mails" href="../images/stories/paradise/pc/TB.jpg">
<img src="../images/stories/paradise/pc/thumb/TB.jpg" alt="MDA Pro" width="100" height="113" /></a></div>
</div>
</div>
Alles anzeigen
oder auch:
Code
<style type="text/css">
<!--
* {margin: 0; padding: 0; }
.b3 {
margin:0 auto;
width:450px;
}
.b2 {
margin:0 auto;
width:300px;
}
.b1 {
margin:0 auto;
width:150px;
}
-->
</style>
<div class="b2"
><img src="bild.gif" alt="Bild 1" width="150" height="100"
><img src="bild.gif" alt="Bild 1" width="150" height="100"
></div>
<div class="b1"
><img src="bild1.gif" alt="Bild 1" width="150" height="100" hspace="0"
></div
><div class="b3"
><img src="bild1.gif" alt="Bild 1" width="150" height="100" hspace="0"
><img src="bild1.gif" alt="Bild 1" width="150" height="100" hspace="0"
><img src="bild1.gif" alt="Bild 1" width="150" height="100" hspace="0"
></div>
Alles anzeigen
Werden ignoriert und alles untereinander gesetzt....