[HTML] neues Problem mit Oyla Design

jasüxDxD
siehe unten
callous.
Versuche es mal hiermit:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<html>
<head>
<title>Reitverein Campari</title>
<body>

<img border="0" src="http://www.oyla.de/userdaten/06353400/bilder/Design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">

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

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

</body>

</html>
jasüxDxD
dankeschön!!
hat geklappt =D

neues problem:

Es wir angezeigt: Not Found

The requested URL /cgi-bin/main.html was not found on this server.
Apache Server at www.oyla.de Port 80

und ich hab ja nicht viel ahnung von HTML und sowas aber ich würd schätzen das ist falsch

ich weiß aber nicht was ich dagegen machen kann
weiß aber ungefähr wo der fehler im code liegt aber kann ihn nicht beheben

<html>
<head>
<title>Reitverein Campari</title>
<body>

<img border="0" src="http://www.oyla.de/userdaten/06353400/bilder/Design.jpg" scroll="no" bgproperties="fixed"
align ="left" style ="position: absolute; top: 0; left: 0">

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

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

</body>

</html>


Ich bitte um Hilfe
Nanni
Soweit ich weiß funktioniert bei oyla kein I-frame Code.
Du musst nur noch in den vorletzten beiden Absätzen die Zahlen angleichen. %content% steht für Text im Main, %navigation_v% steht für eine vertikale Navigation.

<html>
<head>
<title>%title%</title>
<meta http-equiv="imagetoolbar" content="false";>
</head>
<BODY SCROLL=NO;>
<font face="Times New Roman" size="3" color="#000000">
<img border="0" src="DESIGNURL" scroll="yes" bgproperties="fixed" ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="800" height="600">
</font>

<div style="position: absolute; left: 250; top: 222; width: 510; height: 347; overflow: auto"><font face="Times New Roman" size="3" color="#000000">%content%</font>
</div>

<div style="position: absolute; left: 30; top: 320; width: 150; height: 250; overflow: auto"> <font face="Times New Roman" size="3" color="#000000">%navigation_v%</font>
</div>

</html>
jasüxDxD
danke fröhlich