Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] der code klappt irgendwie nicht (https://www.gegen-bilderklau.net/thread.php?threadid=126533)


Geschrieben von unicorn18 am 13.01.2008 um 22:26:

  der code klappt irgendwie nicht

hi, also irgendwie habe ich ein Problem und komme einfach nciht weiter.
Ich habe vor ein paar Tagen ein Design bekommen und es auch dort coden lassen.
Ich arbeite mit dem Dreamweaver. Aber irgendwie zeigt er mir egal was ich mache, dass Design einfach nicht an.

Hier der Code:

<head>
<title>Gestüt Passion</title>
</head>
<body bgcolor="#5A1E06">
<!-- Code by .smartness von Gegen-Bilderklau -->
<img border="0" src="DESIGNURL" style="position: absolute; left: 0px; top: 0px;">

<div style="position: absolute; left: 30px; top: 307px;">
<iframe src="URL DES MENUS" name="Menue" width="189" height="461" frameborder="0" scrolling="auto" noresize style="border: 0px;">
</div>

<div style="position: absolute; left: 224px; top: 217px;">
<iframe src="URL DES MAINS" name="Main" width="799" height="551" frameborder="0" scrolling="auto" noresize style="border: 0px;">
</div>
</body>
</html>



und im Anhang das Design.

Kann mir jemand helfen bidde?



Geschrieben von Perpetual am 13.01.2008 um 22:32:

 

<html>
<head>
<title>Gestüt Passion</title>
</head>
<body bgcolor="#5A1E06">
<!-- Code by .smartness von Gegen-Bilderklau -->
<img border="0" src="DESIGNURL" style="position: absolute; left: 0px; top: 0px;">

<div style="position: absolute; left: 30px; top: 307px;">
<iframe src="URL DES MENUS" name="Menue" width="189" height="461" frameborder="0" scrolling="auto" noresize style="border: 0px;">
</div>

<div style="position: absolute; left: 224px; top: 217px;">
<iframe src="URL DES MAINS" name="Main" width="799" height="551" frameborder="0" scrolling="auto" noresize style="border: 0px;">
</div>
</body>
</html>




-->Du musst die fett markierten Stellen abändern..Augenzwinkern


LG; Lisa



Geschrieben von unicorn18 am 14.01.2008 um 00:24:

 

habe ich gemacht. Wenn ich dann auf vorschau klicke (also seite anzeigen)
Zeigt der mir einen braunen hintergrund an. Ein Bild nix.

Hilfeee



Geschrieben von SanDiego am 14.01.2008 um 07:25:

 

Nimm einfach mal den hier:

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:
26:
<html>
<head>
<title>Gestuet Passion</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://i10.tinypic.com/7y3mi41.jpg">

<div id="Layer1" style="position: absolute;  left: 240px; top: 241px;">
  <iframe src="home.html" name="main" width="766px" height="515px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer2" style="position: absolute;  left: 39px; top: 313px;">
  <iframe src="menue.html" name="menu" width="175px" height="441px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

<div id="Layer3" style="position: absolute;  left: 870px; top: 54px;">
  <iframe src="news.html" name="news" width="118px" height="103px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>

</body>
</html>




Das sollte klappen. Augenzwinkern



Geschrieben von unicorn18 am 14.01.2008 um 16:21:

 

Hab das Design jetzt drin, aber mein Code sieht so aus:

<html>
<head>
<title>Gestuet Passion</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<BODY background="Design1.jpg.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<div id="Layer1" style="position: absolute; left: 240px; top: 241px;">
<iframe src="main.html" name="main" width="766px" height="515px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 39px; top: 313px;">
<iframe src="menue.html" name="menu" width="175px" height="441px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer3" style="position: absolute; left: 870px; top: 54px;">
<iframe src="news.html" name="news" width="118px" height="103px" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

</body>
</html>



So, jetzt hab ich noch das Problem, dass die Zeilen von Layer 1, 2 und 3 mit angezeigt werden, nicht die Seite sondern die Schrift.
siehe Anhang.



Geschrieben von SanDiego am 14.01.2008 um 16:56:

 

Hast du das in NVU eingefügt?
Edit: Wie ich gerade oben lesen konnte nutzt du Dreamweaver. Natürlich, das Programm verändert den gesamten Code ja auch. Augenzwinkern In diesem Fall musst du also nicht damit arbeiten.



Geschrieben von unicorn18 am 14.01.2008 um 20:17:

 

hast du nen Vorschlag für ein Program, was ich mir vll. auch kostenlos runter laden könnte?

wäre lieb großes Grinsen



Geschrieben von unicorn18 am 15.01.2008 um 19:45:

 

danke für eure Hilfe.

Habe mir jetzt Phase5 runter geladen. Mit dem komme ich super klar.

Denoch knuddel ich euch alle mal ganz dolle und mega DANKEEEEEEEEEEEE für eure Hilfe.



Geschrieben von SanDiego am 16.01.2008 um 07:10:

 

Freut mich, dass es so geklappt hat, bitte. Augenzwinkern


Forensoftware: Burning Board, entwickelt von WoltLab GmbH