Zitat:
Zitat von ulle
Ja ist denn das Logo auch Inhalt der Page ?
Oder einfach nur Layout 
|
Inhalt.
Habe es jetzt wie folgt gelöst:
Code:
<div style="border: 1px solid #000000; width: 100%; float: left;">
<p style="clear: both;">
<img src = "bild.jpg"
width = "100"
height = "100"
alt = "ich bin eine bildbeschreibung"
style = "float: right;"
>
Ich bin noch eine etwas längere oder
weniger längerer Text
</p>
<p style="clear: both;">
<img src = "bild.jpg"
width = "100"
height = "100"
alt = "ich bin eine bildbeschreibung"
style = "float: right;"
>
Ich bin noch eine etwas längere oder
weniger längerer Text
</p>
</div>
Trotzdem Danke.
(Die Bildunterschrift Geschichte kann ich trotzdem gut gebrauchen...)