Mein Code:
<html>
<head>
<title>Seite2.html</title>
</head>
<style>
#div1
{
height:130;
width:1573;
background-color:yellow;
border: 5px solid orange;
margin-bottom:5px;
padding.5px;
}
h1
{
text-align:center;
}
</style>
<body>
<div id = "div0">
<div id = "div1">
<h1>New York</h1>
<img src = "newyork.jpg" style="height:100;width:100;float:left;margin-right:40">
<img src = "newyork.jpg" style="height:150;width:200;float:right">
</div>
<div id = "div5">
<div id = "div2">
</div>
<div id = "div3">
</div>
</div>
<div id = "div4">
</div>
</div>
</body>
</html>
Das Programm macht die Bilder links und rechts unterhalb der Überschrift ich möchte sie aber NEBEN der Überschrift. PS:Ich muss die 2 Bilder und die Überschrift in div1 machen.
Hoffe auf baldige Antworten!
LG DerAskTyp