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] code faösch HILFE! (https://www.gegen-bilderklau.net/thread.php?threadid=47955)


Geschrieben von Spiritwonder am 21.01.2006 um 13:09:

  code faösch HILFE!

Mein code der aber nicht fungtioniert!!!

<html>
<head>
<title>Westernranch Taly-Ho</title>
<style>
<body background="http://www.oyla14.de/userdaten/26503754/bilder/Bild10.jpg">

<div id="Layer1" style="position: absolute;left: 168px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=
66419047&userid=26503754" name="home" width="689" height="265" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute;left: 35px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=
79806131&userid=26503754" name="menu" width="132" height="265" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>


</body>
</html>



Geschrieben von Freyaknuffl am 21.01.2006 um 13:26:

  RE: code faösch HILFE!

Was funzt denn nicht? T_T



Geschrieben von Schnäggee am 21.01.2006 um 14:05:

 

jeanny antowrte mal auf meine PN



Geschrieben von Ladüüü am 21.01.2006 um 14:10:

 

Zitat:
Original von Jeanny
Hey,

ich markiere dir das falsche mal dick. Vielleicht liegts ja daran. Achja und nächstes Mal bitte genaue Fehlermeldung abgeben, sonst kann dir keiner helfen.

<html>
<head>
<title>Westernranch Taly-Ho</title>
</head>
<style> << Was soll der darin!?
<body background="http://www.oyla14.de/userdaten/26503754/bilder/Bild10.jpg">

<div id="Layer1" style="position: absolute;left: 168px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=

66419047&userid=26503754" name="home" width="689px" height="265px" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute;left: 35px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=

79806131&userid=26503754" name="menu" width="132px" height="265px" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>


</body>
</html>

Lg Steffy


Jap, der <style> - Tag ist nicht geschloßen.
Allerdings kommt weder bei width noch bei height px hin (;
Der korekte Code heißt am Besten:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
<html>
<head>
<title>Westernranch Taly-Ho</title>
</head>
<body marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" bgcolor="#bfd6dc" scroll="no" scrolling="0">

<IMG SRC="http://www.oyla14.de/userdaten/26503754/bilder/Bild10.jpg">

<div id="Layer1" style="position: absolute;left: 168px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=
66419047&userid=26503754" name="home" width="689" height="265" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer1" style="position: absolute;left: 35px; top:141px;">
<iframe src="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=
79806131&userid=26503754" name="menu" width="132" height="265" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>


</body>
</html> 


Wie du das Design bei Oyla einbaust siehst du hier



Geschrieben von Spiritwonder am 21.01.2006 um 14:21:

 

Danke


Forensoftware: Burning Board, entwickelt von WoltLab GmbH