np thx werden gerne gesehen :D ^^
Quote:
<center>
<body background="IMG/Bg.png">
<head>
<img src="IMG/header.png" >
<br>
<img src="IMG/Menü.png" >
</head>
<head><title>Home</title></head><body background="IMG/BG.png"> <img src="IMG/header.png" /> <br /> <img src="IMG/Menü.png" /> </body>
Und ich frag mich jetzt wie das mit der Rechte box geht :DDQuote:
<legend>
<br>
<img src="IMG/BoxLinks.png">
</legend>
float:left;
<div style="margin:0px auto;">
<img src="IMG/psy.png" />
</div>
#bild1 {
background:url("IMG/psy.png");
width:die Weite des Bildes;
height:die Höhe des Bildes;
margin:0px auto;
}
<div id="bild1" ></div>
<p style="background:url("pfad zum bild");">Dein Text</p>
<p id="bild2">Dein Text</p>
#bild2 {
background:url("pfad zum bild");
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> Home </title>
</head>
<body background="image/bg.png">
<img src="image/header.png">
<br />
<img src="image/menü.png">
<p style="background:url("image/home.png");">Meine erste Homepage ;D </p>
<img src="image/hind.png"> <br />
</body>
</html>