[HTML] brauche schnelle Hilfe bei Newskasten!

Startpost-Retter
Ich ahbe einen Newskasten in meinem Oyla VRH. Kann mir einer sagen, wie ich da jetzt was reinschreiben Kann??
Schatti
Jetzt hast du doch gar kenen mehr? verwirrt
anna.
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.
Schatti
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 -->