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] Startseite | Funpic (https://www.gegen-bilderklau.net/thread.php?threadid=22901)


Geschrieben von *Katha* am 18.07.2005 um 17:34:

  Startseite | Funpic

Hi.

Ja, ich habe das desi und alles jetzt gecodet, eingefügt und es fuktioniert auch alles, außer, dass wenn ich die seite aufrufe im mainframe die fehlerseite erscheint.
Klicke ich dann aber auf die Links, dann erscheint alles wie es sein soll ...
Wisst ihr ungefähr, was ich meine ???
Die home.html wird einfach nicht als Startseite angezeigt ...

Katha

EDIT: Was muss ich in den Code noch einfügen, dass das desi zentral ist, und der rest weiß ???



Geschrieben von Delilah am 18.07.2005 um 17:39:

 

Am Besten gibst du uns einfach mal den Code ;-)



Geschrieben von *Katha* am 18.07.2005 um 17:41:

 

ups großes Grinsen

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<HTML>
<HEAD>
<TITLE> Kathis-Art.de.vu
</TITLE>
</HEAD>
<BODY>
<img name="design0" src="Design.jpg" width="1026" height="632" border="0" usemap="#design" alt="" />

<map name="design">
<area shape="rect" coords="394,62,541,132" href="http://kathisart.ka.funpic.de/home.html" target="mainframe" alt="">
<area shape="rect" coords="579,67,684,127" href="http://kathisart.ka.funpic.de/me.html" target="mainframe" alt="">
<area shape="rect" coords="706,64,871,124" href="http://kathisart.ka.funpic.de/fotos.html" target="mainframe" alt="">
<area shape="rect" coords="896,67,1019,124" href="http://kathisart.ka.funpic.de/exit.html" target="mainframe" alt="">
</map>

<body background="desicreme.gif" bgcolor="#FFFFFF" scroll="no" 
bgproperties="fixed">

<div id="Layer1" style="position: absolute; width: 538px; height: 428px; z-index: 1; left: 396px; top: 152px">
	<iframe src="home.htm" name="mainframe" width="613" height="468" frameborder=0 scrolling="auto" noresize style="border-top: 0px solid #000000; border-bottom: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000"></iframe></div>

<P>



Geschrieben von Delilah am 18.07.2005 um 17:43:

 

Probiers mal so:

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:
<HTML>
<HEAD>
<TITLE> Kathis-Art.de.vu
</TITLE>
</HEAD>
<BODY>
<div style="position: absolute; left: 0px; top: 0px">
<img name="design0" src="Design.jpg" width="1026" height="632" border="0" usemap="#design" alt="" />
</div>

<map name="design">
<area shape="rect" coords="394,62,541,132" href="http://kathisart.ka.funpic.de/home.html" target="mainframe" alt="">
<area shape="rect" coords="579,67,684,127" href="http://kathisart.ka.funpic.de/me.html" target="mainframe" alt="">
<area shape="rect" coords="706,64,871,124" href="http://kathisart.ka.funpic.de/fotos.html" target="mainframe" alt="">
<area shape="rect" coords="896,67,1019,124" href="http://kathisart.ka.funpic.de/exit.html" target="mainframe" alt="">
</map>

<body background="desicreme.gif" bgcolor="#FFFFFF" scroll="no" central:"yes"
bgproperties="fixed">

<div id="Layer1" style="position: absolute; width: 538px; height: 428px; z-index: 1; left: 396px; top: 152px">
	<iframe src="home.html" name="mainframe" width="613" height="468" frameborder=0 scrolling="auto" noresize style="border-top: 0px solid #000000; border-bottom: 0px solid #000000; border-left: 0px solid #000000; border-right: 0px solid #000000"></iframe></div>

<P>



Geschrieben von *Katha* am 18.07.2005 um 17:46:

 

cool, dange *g*
darf man fragen, was ich falsch gehabt habe ???

achso, weißt du auch, wie man das desi dann zentral macht ???


Forensoftware: Burning Board, entwickelt von WoltLab GmbH