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] Design bei oyla mit Newstextfeld? (https://www.gegen-bilderklau.net/thread.php?threadid=163493)


Geschrieben von Kleiner Teddy x3 am 18.10.2009 um 11:30:

  Design bei oyla mit Newstextfeld?

Halli Hallo smile

Alsooo, ich hab da mal eine Frage:

Und zwar, benutze ich zum einbauen meiner Designs bei oyla immer den Code, wo man nur die Adresse einsetzen muss ... weil halt einfach ist.
Ich dachte immer, bei oyla geht das nicht mit 3 Frames, also Navi, Content und News..

Jetzt hab ich aber schon mehrere Seiten bei oyla gesehen, wo auch ein Newstextfeld exestiert und wollte fragen, ob mir einer erklären kann wie das geht? Bzw. ob das mit meinem Code überhaupt geht?
Muss das Design dafür extra gecodet werden?

Das ist der Code, den hab ich mal auf so einer Hilfsseite gefunden. Den gibts hier aber auch irgendwie ^^
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:
<html>
       <head>
       <title>%titel%</title> 
       <style type="text/css">
       <!--
       body {
       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;
       }
       a:link {
       color: #000000;
       text-decoration:none;
       }
       a:visited {color: #0000ff;
       text-decoration:none;
       }
       a:active {color: #000000;
       text-decoration:none;
       }
       a:hover {color: #000000;
       text-decoration:none;
       }
       -->
       </style>
       </head>
       
       <body bgcolor="#ffffff" topmargin="0" leftmargin="0">
       
       <!-- Start Design -->
       <img border="0" src="Design_Adresse.jpg" scroll="no" bgproperties="fixed"
       align ="left" style ="position: absolute; top: 0; left: 0">
       <!-- End Design -->
       
       <!-- Start Content -->
       <div style="overflow: auto; position: absolute; width: 630px; height: 220px; left: 330px; top: 260px">
       <span style="font-family:Arial; font-size:12px; color:#000000">%content%</span>
       </div>
       <!-- End Content -->
       
       <!-- Start Navigation -->
       <div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 260px">
       <span style="font-family:Arial; font-size:12px; color:#000000">%navigation_v%</span>
       </div>
       <!-- End Navigation -->
       
       </body>
       </html>



Geschrieben von Schatti am 18.10.2009 um 11:40:

 

Das geht.

Du kopierst einfach den Code (egal ob der von der Navi oder dem Main) und fügst denn einfach ein so wie die anderen. Dann stellst du auch die Pixelwerte ein.
Deinen Text oder was auch immer schreibst du dann da rein wo zb >%navigation%< steht.


Zb 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:
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:
<html>
       <head>
       <title>%titel%</title> 
       <style type="text/css">
       <!--
       body {
       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;
       }
       a:link {
       color: #000000;
       text-decoration:none;
       }
       a:visited {color: #0000ff;
       text-decoration:none;
       }
       a:active {color: #000000;
       text-decoration:none;
       }
       a:hover {color: #000000;
       text-decoration:none;
       }
       -->
       </style>
       </head>
       
       <body bgcolor="#ffffff" topmargin="0" leftmargin="0">
       
       <!-- Start Design -->
       <img border="0" src="Design_Adresse.jpg" scroll="no" bgproperties="fixed"
       align ="left" style ="position: absolute; top: 0; left: 0">
       <!-- End Design -->
       
       <!-- Start Content -->
       <div style="overflow: auto; position: absolute; width: 630px; height: 220px; left: 330px; top: 260px">
       <span style="font-family:Arial; font-size:12px; color:#000000">%content%</span>
       </div>
       <!-- End Content -->
       
       <!-- Start Navigation -->
       <div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 260px">
       <span style="font-family:Arial; font-size:12px; color:#000000">%navigation_v%</span>
       </div>
       <!-- End Navigation -->

<!-- Start Newsbox -->
       <div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 260px">
       <span style="font-family:Arial; font-size:12px; color:#000000">HIER kommt der Text o. ä. rein</span>
       </div>
       <!-- End Newsbox -->
       
       </body>
       </html>


Ps: Den Code benützte ich auch immer Augenzwinkern



Geschrieben von Kleiner Teddy x3 am 18.10.2009 um 11:43:

 

Ui, danke für die Antwort großes Grinsen

Ich werds gleich mal ausprobieren smile


Forensoftware: Burning Board, entwickelt von WoltLab GmbH