[HTML] Problem mit Koordinaten

Startpost-Retter
Hey,
habe schon wieder Probleme beim coden...
Möchte ein Design coden und die Koordinaten sind immer falsch,
kann mir das jemand nochmal erklären und die Koordinaten richtig machen?

<HTML>
<HEAD>
<TITLE>DS an der roten Mühle</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF" marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="auto">

<IMG NAME="design" SRC="http://img175.imageshack.us/img175/876/desispringrg0.jpg" WIDTH="1000" HEIGHT="700" USEMAP="#design" BORDER=0 style="border:0px solid #000000">

<div id="Layer1" style="position: absolute; left: 247px; top: 699px;">
<iframe src="http://lenibaby94.le.funpic.de/Desi1/Willkommen.html" name="main" width="456" height="430" frameborder=0 scrolling="yes" noresize style="border: 0px" style="filter:Chroma(color=#FFFFFF)">
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 26px; top: 205px;">
<iframe src="http://lenibaby94.le.funpic.de/Desi1/Menue.html" name="navi" width="179" height="434" frameborder=0 scrolling="auto" noresize style="border: 0px" style="filter:Chroma(color=#FFFFFF)">
</iframe>
</div>

</body>
</html>

Desiadresse findet ihr im Code
Danke
Sugarfee
Ich hoffe ,es stimmt bin nciht gut darin aber ich habs probiert
<html>
<head>
<title>Ds ......title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="design.jpg">
</head>

<div id="Layer1" style="position: absolute; left: 28px; top: 94px;">
<iframe src="menue.html" name="menue" width="181" height="433" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 250px; top: 95px;">
<iframe src="menue.html" name="main" width="451" height="433" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>


</body>
</html>

Das fette bitte ändern
Lg
Araber Lady
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>DS an der roten Mühle</title>
</head>

<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0">

<img border="0" src="http://img175.imageshack.us/img175/876/desispringrg0.jpg" align="left">

<div id="Layer1" style="position: absolute; left: 249px; top: 99px;">
<iframe src=" http://lenibaby94.le.funpic.de/Desi1/Willkommen.html" name="main" width="450" height="430" frameborder=0 scrolling="Auto" noresize style="border: 0px" style="FILTER: chroma (color=#FFFFFF)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute; left: 26px; top: 95px;">
<iframe src=" http://lenibaby94.le.funpic.de/Desi1/Menue.html" name="frame1" width="179" height="434" frameborder=0 scrolling="Auto" noresize style="border: 0px" style="FILTER: chroma (color=#FFFFFF)" ;>
</iframe>
</div>

</body>

</html>


So müsste er eigentlich funktionieren.^^

code:
1:
<IMG NAME="design" SRC="http://img175.imageshack.us/img175/876/desispringrg0.jpg" WIDTH="1000" HEIGHT="700" USEMAP="#design" BORDER=0 style="border:0px solid #000000">


Dieser Teil hier war falsch, weiß nich wie du das hinbekommen hast.^^
Erklären kann ich es auch eigentlich nicht besser, als wie es in den Tutorials stand. Nehm dir doch bisschen Zeit und versuche, sie besser zu verstehen.
Araber Lady
Such den Teil im Code:
<img border="0" src="http://img175.imageshack.us/img175/876/desispringrg0.jpg" align="left">

Und änder ihn so:

<img border="0" src="http://img175.imageshack.us/img175/876/desispringrg0.jpg" align="center">

Müsste eigentlich klappen, kp worans liegt...

Könnt ich machen, schick mir einfach ne PN ;3
-Katja-
Dann geschlossen.