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] Designcode zum verzweifeln (https://www.gegen-bilderklau.net/thread.php?threadid=131524)


Geschrieben von Sugarfee am 01.04.2008 um 15:40:

  Designcode zum verzweifeln

hi!
wenn ich normale deigns code also mit der Navi links und 3 Frames funktoniert es ja aber hier ist mein Problemfall :
Navi +Newsbox rechts

JA und der Code :

<html>
<head>
<title>Gut Wienerwald</title>
<link rel="stylesheet" href="style.css">


<BODY marginwidth="0" rightmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://tszssprint.ts.ohost.de/GWWdesi.JPG">

<div id="Layer1" style="position: absolute; left: 60px; top: 233px;">
<iframe src="http://tszssprint.ts.ohost.de/Navi.html" name="menue" width="687" height="467" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; right: 61px; top: 233px;">
<iframe src="http://tszssprint.ts.ohost.de/W1.html" name="main" width="692" height="463" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer3" style="width: 157px; height: 99px; position: absolute; top: 799px; top: 133px">
<iframe src="http://tszssprint.ts.ohost.de/News.html" width="157" height="99" frameborder=0 src="news.html" target="home"></iframe>
</div>




</body>
</html>


JEDE HILFE ERWÜNSCHT!

Lg Doris



Geschrieben von Perpetual am 01.04.2008 um 15:51:

 

Der Link geht nicht. :o
Könntest du ihn verbessern, dann würd ich's mir mal anschauen! Augenzwinkern



Geschrieben von Perpetual am 01.04.2008 um 16:03:

 

Ich gehe davon aus, dass das Design falsch gecodet ist. Also mit falschen Koordinaten. Augenzwinkern



Geschrieben von *Milly* am 01.04.2008 um 16:33:

 

Hm...ich stimme Rainbow in der Vermutung zu.Lass es dir doch einfach nochmal coden! Augenzwinkern Das währe leichter als einen Fehler zu finden!



Geschrieben von Leila am 01.04.2008 um 16:40:

 

Benutz mal den, der geht. Waren ein paar Fehlerchen drin, wenn du wissen willst, wo genau, einfach per ICQ melden Augenzwinkern

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>Gut Wienerwald</title>
</head>

<BODY marginwidth="0" rightmargin="0" marginheight="0" topmargin="0" scroll="no">
<img src="http://tszssprint.ts.ohost.de/GWWdesi.JPG">


<div id="Layer1" style="position: absolute; left: 752px; top: 236px;"> 
<iframe src="http://tszssprint.ts.ohost.de/Navi.html" name="menue" frameborder=0 scrolling="auto" noresize style="border: 0px; FILTER: chroma (color=#ffffff); width:205; height:466"></iframe>
</div>

<div id="Layer2" style="position: absolute; left: 61px; top: 233px;">
<iframe src="http://tszssprint.ts.ohost.de/W1.html" name="main"frameborder=0 scrolling="auto" noresize style="border: 0px; width:692; height:463; FILTER: chroma (color=#ffffff);"></iframe>
</div>

<div id="Layer3" style="position: absolute; left: 799px; top: 133px">
<iframe src="http://tszssprint.ts.ohost.de/News.html" frameborder=0 src="news.html" style="border: 0px; width:157; height:99; FILTER: chroma (color=#ffffff);></iframe>
</div>


</body>
</html>



Geschrieben von euphoria am 01.04.2008 um 16:51:

  RE: Designcode zum verzweifeln

Zitat:
Original von Doris
left: 60px


Das ist der wahrscheinliche Fehler. Du musst von links aus, nicht von rechts aus messen. Augenzwinkern



Geschrieben von vrhisihof am 01.04.2008 um 16:58:

 

Mh,ich hab mir mal eben erlaubt, dass auf meine Weise neu zu coden und das mal auf meinem Server ausprobiert.

Bei sieht es nun richtig aus Augenzwinkern
Link zum Design
Code:
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:
27:
28:
29:
30:
<html>
      <style>
      <head>
      <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
      <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
      <meta name="ProgId" content="FrontPage.Editor.Document">
      <title>Gut Wienerwald</title>
      </head>
      
      <body bgcolor="#D4CCBF" topmargin="0" leftmargin="0">
      
      <img border="0" src="Layout.jpg" align="left">
      <div id="Layer1" style="position:absolute; left: 759px; top: 236px;">
      <iframe src="menue.html" name="menue" width="205" height="465" frameborder=0 scrolling="auto" noresize style="border: 0px" 
      style="FILTER: chroma (color=#ffffff)" ;>
      </iframe>
      </div>
      
      <div id="Layer2" style="position:absolute; left: 71px; top: 236px;">
      <iframe src="main.html" name="main" width="669" height="465" frameborder=0 scrolling="auto" noresize style="border: 0px" 
      style="FILTER: chroma (color=#ffffff)" ;>
      </iframe>
      </div>

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



Geschrieben von Sugarfee am 03.04.2008 um 16:35:

 

Danke euch allen für die Hilfe !
Ich probier mal Leilas und vrhisihofs Methoden aus.

Lg


Forensoftware: Burning Board, entwickelt von WoltLab GmbH