[HTML] ein Design in Paint coden - UP!

Browny
Geht der Code auch bei Oyla?

LG
VRH Pferde
natürlich Augenzwinkern
Browny
okay ^^ und was muss dann anstatt home.html rein? +doof binz+
Kekskrümel
Zitat:
Original von Browny
okay ^^ und was muss dann anstatt home.html rein? +doof binz+


Der Name deiner ersten Textseite z.B. "Willkommen.htm(l)"

Edit:

hi kann mir jemand sagen warum das nicht klappt:


<html>
<head>
<title>VRH Golden River</title>
<style>
<body background="http://www.beepworld.de/memberdateien/members69/taubenprinzessi

n/2pqjpxx.jpg">

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

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

</body>
</html>

stimmt der code? Und wenn ja kann es daran leigen dass ich dieses "-htmlstart" falsch eingegeben hab aber wo muss man des denn einfügen ich habs einfach im text eingefügt also einfach überm Code stimmt des?

Sportfreundin, die fast verzweifelt


Ganz einfach du hast den Code mit <style> geschlossen aber dort muss </head> rein. So müsst er klappen:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<html>
<head>
<title>VRH Golden River</title>
</head>
<body background="http://www.beepworld.de/memberdateien/members69/taubenprinzessi
n/2pqjpxx.jpg">

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

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

</body>
</html>
Chocolate
Ich wollte nur mal Danke für den Tut sagen.
Habe ihn schon oft gebraucht, da ich mir so etwas schlecht merken kann. Super und einfach beschrieben fröhlich
**Christine**
Bei mir sieht man überhaupt kein Menü und kein Index dafür das Design. was jetzt hab wie sunyyy gesagt hat ihren code abgeändert und es ist nichts bei rausgekommen.

http://frisko.oyla23.de

wer kann mir helfen?

html>
<head>
<title>Deckstation Frisko</title>
</head>
<body>
<body background="http://www.oyla23.de/userdaten/11120190/bilder/Design1.jpg">
<div id="Layer1" style="position: absolute; left: 26px; top: 67px;">
<iframe src="http://www.oyla23.de/cgi-bin/designs/standard1/index.cgi?" name="frame" width="146" height="290" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 220px; top: 67px;">
<iframe src="http://www.oyla23.de/cgi-bin/designs/standard1/index.cgi?" name="main" width="551" height="422" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>

Bitte ich brauche hilfe.
britta11
Hallo,supre Tut,leicht zu verstehen!!
Hab jetzt einen Code,ist der richtig??Und ich habe noch ne Frage: Wo muss ich (ist bei repage.de erforderlich) %%CONTEN%% und %%MENU%% einfügen??? lg
der code:

<html>
<head>
<title>Britta´s Welt</title>
<style>
<body background="http://www.repage1.de/memberdata/britta11/brittadesi.png">

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

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

</body>
</html>
Kekskrümel
Zitat:
Original von britta11
Hallo,supre Tut,leicht zu verstehen!!
Hab jetzt einen Code,ist der richtig??Und ich habe noch ne Frage: Wo muss ich (ist bei repage.de erforderlich) %%CONTEN%% und %%MENU%% einfügen??? lg
der code:

<html>
<head>
<title>Britta´s Welt</title>
<style>
<body background="http://www.repage1.de/memberdata/britta11/brittadesi.png">

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

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

</body>
</html>


Du muss 1. mal <style> in </head> umwandeln.

Und %%CONTEN%% und %%MENU%% musst du nirgends einfügen.
britta11
Danke,aber da steht dann:Existiert nich....guck mal :
http://britta11.repage1.de
Bitterlemon
Das is ja voll einfach!!!!!!!!!!!!!!!!! smile smile smile
Kekskrümel
Zitat:
Original von britta11
Danke,aber da steht dann:Existiert nich....guck mal :
http://britta11.repage1.de


Jop als:
Wie heißt den deine erste seite? z.B. Stellen wir uns vor deine erste seite heißt Willkommen. Und dein Menü heißt Menue

Dann hast du dieses STückenchen Code

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

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

Das was ich dir Unterstrichen hab musst dü ändern und zwar so:
"Menue.html" könntest du so lassen weil dein Menü ja Menue heißt. Und bei "frame" gibts du main ein weil ja das was im Menü steht im Main erscheinen soll.

Und bei "Home.html" gibst du dein "Willkommen.html" ein und bei "frame" menue
britta11
<html>
<head>
<title>Britta´s Welt</title>
</head>
<body background="http://www.repage1.de/memberdata/britta11/brittadesi.png">

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

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

</body>
</html>
so?????
Kekskrümel
Zitat:
Original von britta11
<html>
<head>
<title>Britta´s Welt</title>
</head>
<body background="http://www.repage1.de/memberdata/britta11/brittadesi.png">

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

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

</body>
</html>
so?????


Nein du musst Main und Menue noch tauschen, dann müsste es stimmen
Browny
Mein Desi wird nich angezeigt.... nur im Mozilla, aber da nur mit weißen Frames(aber das is denke ich normal) Aber beim IE gehts nich=(

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<html>
<head>
<title>DOGZisch</title>
<style>
<body background="http://www.abload.de/img/dogzischklg.gif">

<div id="Layer1" style="position: absolute;  left: 26px; top: 152px;">
  <iframe src="http://www.1page.ch/text_60170255_8992231_49925691_deutsch.html" name="frame1" width="143" height="405" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer2" style="position: absolute;  left: 270px; top: 157px;">
  <iframe src="http://www.1page.ch/text_60170255_24169168_49925691_deutsch.html" name="frame2" width="649" height= "296" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>


Is da was falsch?
Kekskrümel
Zitat:
Original von Browny
Mein Desi wird nich angezeigt.... nur im Mozilla, aber da nur mit weißen Frames(aber das is denke ich normal) Aber beim IE gehts nich=(

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<html>
<head>
<title>DOGZisch</title>
<style>
<body background="http://www.abload.de/img/dogzischklg.gif">

<div id="Layer1" style="position: absolute;  left: 26px; top: 152px;">
  <iframe src="http://www.1page.ch/text_60170255_8992231_49925691_deutsch.html" name="frame1" width="143" height="405" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer2" style="position: absolute;  left: 270px; top: 157px;">
  <iframe src="http://www.1page.ch/text_60170255_24169168_49925691_deutsch.html" name="frame2" width="649" height= "296" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>



Is da was falsch?



*lol* Ich weiß net wie oft ich das sagen soll aber ihr müsst den Code mit </head> und nicht mit <style> schliessen smile

Und deine Willkommensseite heißt ja wohl kaum http://www.1page.ch/text_60170255_24169168_49925691_deutsch ^^

Dort musst du den Namen deiner ersten Seite angeben.
*Zissi*
puh, ich habs komplett falsch das weiß ich, es ist ja kaum zu übersehen großes Grinsen
ich glaube ich vertausche alles, das ist der Code den ich jetzt mal als Grundgerüst gemacht habe^^

Zitat:
<html>
<head>
<title>La Sabidurìa</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="yes">
<img src="http://www.gegen-bilderklau.net/attachment.php?attachmentid=145100">

<div id="Layer1" style="position: absolute; left: 19,153px; top: 201,675px;">
<iframe src="http://www.oyla24.de/cgi-bin/designs/pferd/index.cgi?page=text&id=3904
48651167949547&userid=41216173&starteintrag=" name="frame" width="181" height="522" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 278,369px; top: 744,747px;">
<iframe src="http://www.oyla24.de/cgi-bin/designs/pferd/index.cgi?page=text&id=2621
8179&userid=41216173" name="home" width="464" height="378" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>



</body>
</html>


die Seite ist *hier*
guckt euch das doch mal an, da ist alles an der Seite +lach+
.chilli
hinter dem </title> fehlt ein </head>
und bei oyla muss man den Code etwas 'umformulieren', dazu gibt's hier auch ein Tut
skateboard
Zitat:
Original von *Zissi*
puh, ich habs komplett falsch das weiß ich, es ist ja kaum zu übersehen großes Grinsen
ich glaube ich vertausche alles, das ist der Code den ich jetzt mal als Grundgerüst gemacht habe^^

Zitat:
<html>
<head>
<title>La Sabidurìa</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="yes">
<img src="http://www.gegen-bilderklau.net/attachment.php?attachmentid=145100">

<div id="Layer1" style="position: absolute; left: 19,153px; top: 201,675px;">
<iframe src="http://www.oyla24.de/cgi-bin/designs/pferd/index.cgi?page=text&id=3904
48651167949547&userid=41216173&starteintrag=" name="frame" width="181" height="522" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 278,369px; top: 744,747px;">
<iframe src="http://www.oyla24.de/cgi-bin/designs/pferd/index.cgi?page=text&id=2621
8179&userid=41216173" name="home" width="464" height="378" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>



</body>
</html>


die Seite ist *hier*
guckt euch das doch mal an, da ist alles an der Seite +lach+



Das kann nicht stimmen, weil die Angaben keine Kommerzahl sein können, guck dir das Tut nochmal genau an und code das Design neu, dann merkt du es sicher ;D Wenn nicht kannst du dich ja nochmal melden...
Lupin
Par Sachen....
-In Paint kann man nicht coden...
-Ihr seit euch im klaren das die Seiten nur vom IE richtig angezeigt werden oder? großes Grinsen

Meine Statistik zählt jetzt auch erst seit sagen wir nem Monat,
aber ich darf mal die Browser-Stats zitieren.

Firefox 2.0.0 | 31 %
Firefox 1.5.0 | 21%
Internet Explorer 6.0 | 21%
Internet Explorer 7.0 | 15%
Unbekannt | 3%
Firefox 1.0.7 | 3%
Firefox 1.0.6 | 3%
Safari 419.3 | 2%
Internet Explorer 5.5 | 1%
Mozilla 1.7.12 | 1%
*Zissi*
Zitat:
Original von Knutschmarie
Das kann nicht stimmen, weil die Angaben keine Kommerzahl sein können, guck dir das Tut nochmal genau an und code das Design neu, dann merkt du es sicher ;D Wenn nicht kannst du dich ja nochmal melden...

also meiner Meinung sind da Kommerzahlen (Anhang; die Navi ist nur zum coden eingefärbt)
natürlich ist da jetzt ne andere Zahl, weil ich ja auf dem Desi keine Navi eingezeichnet habe großes Grinsen