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] brauche schnelle Hilfe bei Newskasten! (https://www.gegen-bilderklau.net/thread.php?threadid=142432)


Geschrieben von Startpost-Retter am 09.10.2008 um 16:08:

  brauche schnelle Hilfe bei Newskasten!

Ich ahbe einen Newskasten in meinem Oyla VRH. Kann mir einer sagen, wie ich da jetzt was reinschreiben Kann??



Geschrieben von Schatti am 09.10.2008 um 17:58:

 

Jetzt hast du doch gar kenen mehr? verwirrt



Geschrieben von anna. am 01.11.2008 um 22:13:

 

Wahrscheinlich - ich geh davon aus, dass du nicht so doof bist, dass du die Textseiten nicht durchforstet hast - dort, wo du den Code für das eigene Design bei Oyla einfügen kannst.



Geschrieben von Schatti am 02.11.2008 um 09:06:

 

So gehts:
Du gehst auf Designs und dan eigenes Design. Dann siehst du deinen Code denn ich dir ja gecodet habe
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:
<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: #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;
}
-->
</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:16px; 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:16px; 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:16px; color:#000000">Hier stehen deine News</span>
</div>
<!-- End Newsbox -->

</body>
</html>


Dann gehst du ganz runter wo du diesen Code hier hast
code:
1:
2:
3:
4:
5:
<!-- Start Newsbox -->
<div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000">Hier stehen deine News</span>
</div>
<!-- End Newsbox -->


Und das wo jetzt hier dick geschrieben ist ist dein Newstext. Dort kannst du deine News rein schreiben
<!-- Start Newsbox -->
<div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 260px">
<span style="font-family:Arial; font-size:16px; color:#000000">Hier stehen deine News</span>
</div>
<!-- End Newsbox -->


Forensoftware: Burning Board, entwickelt von WoltLab GmbH