Hallo ich habe eine frage und zwar habe ich eine Seite mit HTML gemacht.
Alles klapp soweit so gut nur ist die seite nach links gerückt und ich bekomme sie nichts zentriert.
Das macht optisch alle kaputt und ich weis echt nicht wie ich es beheben kann.
Hier noch mal ein screen und der Code.
Screen:
http://s2.directupload.net/images/091112/evpzj7mz.jpg
Hoffe mir kann jemand helfen!!! Danke schon mal im Vorraus!
Alles klapp soweit so gut nur ist die seite nach links gerückt und ich bekomme sie nichts zentriert.
Das macht optisch alle kaputt und ich weis echt nicht wie ich es beheben kann.
Hier noch mal ein screen und der Code.
HTML:
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<link href="bilder/hinata_ryokan.ico" rel="SHORTCUT ICON"
<style type="text/css">
a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; font-style:italic; }
a:active { text-decoration:none; font-style:italic; }
</style>
<base target="start">
<title>Hinata-Ryokan</title>
</head>
<body SCROLL="auto" background="bilder/background.jpg" TOPMARGIN=0 LEFTMARGIN=0>
<div style="position:absolute; top:0px; left:0px; width:1000px; height:500px;">
<img src="bilder/header.jpg" width="1000" height="407" border=0></div>
<div style="position:absolute; top:220px; left:176px; width:645px; height:1200px;">
<iframe name="start" src="home.html" width="645" height="2500" frameborder="0" style="filter:chroma(color=white)"></iframe></div>
<div style="position:absolute; top:222px; left:-3px; width:135px; height:1200px;">
<iframe src="navi1.html" width="150" frameborder="0" height="2500" style="filter:chroma(color=white)" target="start"></iframe></div>
<div style="position:absolute; top:221px; left:854px; width:150px; height:1200px;">
<iframe src="navi2.html" width="145" height="2500" frameborder="0" style="filter:chroma(color=white)" target="start"></iframe></div>
</body>
</html>
Screen:
http://s2.directupload.net/images/091112/evpzj7mz.jpg
Hoffe mir kann jemand helfen!!! Danke schon mal im Vorraus!
Zuletzt bearbeitet von einem Moderator: