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] Endless Design will nicht (https://www.gegen-bilderklau.net/thread.php?threadid=178113)


Geschrieben von Schatti am 27.12.2010 um 15:29:

  Endless Design will nicht

Ich habe hier einen neuen Code der aber nicht funktuniert. Ka warum nicht. Hatte früher einen anderen aber der ist weg traurig

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:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
  <title>%titel%</title>
  <style type="text/css">
  <!--
 body {
 background-color: #ffffff; 
 margin: 0; 
 font-family: Arial; 
 font-size: 12px; 
 color :#000000;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #ffffff; 
 background-image: url(http://www.oyla.de/userdaten/653/98030/bilder/stueckstueck.png); 
 background-repeat: repeat-y;
 }
  a:link {
  color: #0000ff;
  text-decoration:none;
  }
  a:visited {
  color: #0000ff;
  text-decoration:none;
  }
  a:active {
  color: #ffffff;
  text-decoration:none;
  }
  a:hover {
  color: #000000;
  text-decoration:none;
  }
  div.content
  overflow: visible; 
  position: absolute; 
  width: 630px; 
  height: 220px; 
  left: 330px; 
  top: 260px;
  }
  div.navigation {
  overflow: visible; 
  position: absolute; 
  width: 185px; 
  height: 220px;
  left: 40px; 
  top: 260px; 
  }
  -->
  </style>
  </head>
  
  <body>
  
  <!-- Start Design -->
  <img border="0" src="http://www.oyla.de/userdaten/653/98030/bilder/Schattenpfote.png" scroll="no" bgproperties="fixed"
  align ="left" style ="position: absolute; top: 0; left: 0">
  <!-- End Design -->
  
  
  <!-- Start Content -->
  <div class="content">
  %content%
  </div>
  <!-- End Content -->
  
  
  <!-- Start Navigation -->
  <div class="navigation">
  %navigation_v%
  </div>
  <!-- End Navigation -->
  
  </body>
  </html>



Geschrieben von .chilli am 27.12.2010 um 16:37:

 

Vll. hilft dir das weiter: Tutorial

Ich hab mal ein bißchen was umgestellt, vll. klappt das:
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:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  <html>
  <head>
  <title>%titel%</title>
  <style type="text/css">
  <!--
 body {
 background-color: #ffffff; 
 margin: 0; 
 font-family: Arial; 
 font-size: 12px; 
 color :#000000;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color: #000000;
 scrollbar-3dlight-color: #000000;
 scrollbar-darkshadow-color: #000000;
 scrollbar-shadow-color: #000000;
 scrollbar-arrow-color: #000000;
 scrollbar-track-color: #ffffff; 
 background-image: url(http://www.oyla.de/userdaten/653/98030/bilder/stueckstueck.png); 
 background-repeat: repeat-y;
 }
  a:link {
  color: #0000ff;
  text-decoration:none;
  }
  a:visited {
  color: #0000ff;
  text-decoration:none;
  }
  a:active {
  color: #ffffff;
  text-decoration:none;
  }
  a:hover {
  color: #000000;
  text-decoration:none;
  }
  #content {
  overflow: visible; 
  position: absolute; 
  width: 630px; 
  height: 220px; 
  left: 330px; 
  top: 260px;
  }
  #navigation {
  overflow: visible; 
  position: absolute; 
  width: 185px; 
  height: 220px;
  left: 40px; 
  top: 260px; 
  }
  -->
  </style>
  </head>
  
  <body>
  
  <!-- Start Design -->
  <img border="0" src="http://www.oyla.de/userdaten/653/98030/bilder/Schattenpfote.png" scroll="no" bgproperties="fixed"
  align ="left" style ="position: absolute; top: 0; left: 0">
  <!-- End Design -->
  
  
  <!-- Start Content -->
  <div id="content">
  %content%
  </div>
  <!-- End Content -->
  
  
  <!-- Start Navigation -->
  <div id="navigation">
  %navigation_v%
  </div>
  <!-- End Navigation -->
  
  </body>
  </html>



Geschrieben von Schatti am 27.12.2010 um 16:54:

 

ah thx so ging es fröhlich


Forensoftware: Burning Board, entwickelt von WoltLab GmbH