-NiNa-
Kann ich mal den ganzen Code sehen oder hast du nur das drinne?
Ansonsten versuch es mal mit folgendem 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:
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:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
|
<!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 {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
background-color: #ffffff;
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;
}
img#design {
position: absolute;
top: 0;
left: 0;
border: none;
}
div.content {
overflow: auto;
position: absolute;
top: 260px;
left: 330px;
width: 630px;
height: 220px;
font-family: Arial;
font-size: 16px;
color: #000000;
}
div.navigation {
overflow: auto;
position: absolute;
top: 260px;
left: 40px;
width: 185px;
height: 220px;
font-family: Arial;
font-size: 16px;
color: #000000;
}
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>
<!-- Start Design -->
<img src="http://i35.tinypic.com/xgcwzp.jpg" alt="Designbild" id="design" />
<!-- End Design -->
<!-- Start Content -->
<div class="content">
%content%
</div>
<!-- End Content -->
<!-- Start Navigation -->
<div class="navigation">
%navigation_v%
</div>
<!-- End Navigation -->
</body>
<!--
Dies ist der Grundcode von http://www.oylahomepagehilfe.de.
Dieser Hinweis darf ohne Genehmigung von einem Betreiber des Internetabgebotes nicht entfernt werden.
-->
</html>
|
|
Wenn ichs dir noch anpassen soll, sag einfach bescheid
Wapiti
Nur das.. Was muss man da noch rein packen???!!!
-NiNa-
Hab oben mal nen vollständigen Code eineditiert
Soll ich es dir noch anpassen? Also da wo navi sein soll is dann navi und soo?
Wapiti
Danke.. Also ersteinmal klappt es das mit den drauf.. mit den anpassen wöre gut.. Also anvi soll unter dem oberen pferd und der text eben da unten der schrift und über neues.
-NiNa-
Dann versuchs mal hiermit, ich änders dir auch gerne von den Farben weiter ab
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:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
|
<!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 {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
background-color: #ffffff;
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;
}
img#design {
position: absolute;
top: 0;
left: 0;
border: none;
}
div.content {
overflow: auto;
position: absolute;
top: 293px;
left: 354px;
width: 603px;
height: 468px;
font-family: Arial;
font-size: 12px;
color: #000000;
}
div.navigation {
overflow: auto;
position: absolute;
top: 372px;
left: 160px;
width: 175px;
height: 382px;
font-family: Arial;
font-size: 12px;
color: #000000;
}
div.news {
overflow: auto;
position: absolute;
top: 789px;
left: 292px;
width: 353px;
height: 69px;
font-family: Arial;
font-size: 12px;
color: #000000;
}
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>
<!-- Start Design -->
<img src="http://i35.tinypic.com/xgcwzp.jpg" alt="Designbild" id="design" />
<!-- End Design -->
<!-- Start Content -->
<div class="content">
%content%
</div>
<!-- End Content -->
<!-- Start Navigation -->
<div class="navigation">
%navigation_v%
</div>
<!-- End Navigation -->
<!-- Start News -->
<div class="news">
Hier kommt dein Text der dann im Newskasten erscheinen soll
</div>
<!-- End News -->
</body>
<!--
Dies ist der Grundcode von http://www.oylahomepagehilfe.de.
Dieser Hinweis darf ohne Genehmigung von einem Betreiber des Internetabgebotes nicht entfernt werden.
-->
</html>
|
|
Wapiti
*STAUN* WOW

Du bist so nett DANKE DANKE DANKE
Warte mal mit den Farben ich sags dir :
Eben normale Textfarbe: schwarz
Navi Farbe: Dunkelgrün
Noche ine Frage :
Wie kann ich die 'neues' infos ändern?
DANKE DANKE DANKE , nochmals

*glücklichsei*
-NiNa-
Zeile 102 einfach deinen Text einfügen
Ist ok wenn dann das Hauptfenster über das untere Bild geht? weil anders wäre es ja extrem schmal/breit.
Die Farben, ok, ich machs dir gleich
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:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
|
<!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 {
position: absolute;
padding: 0;
margin: 0;
top: 0;
left: 0;
background-color: #B0CCA4;
scrollbar-face-color: #B0CCA4;
scrollbar-highlight-color: #B0CCA4;
scrollbar-3dlight-color: #B0CCA4;
scrollbar-darkshadow-color: #B0CCA4;
scrollbar-shadow-color: #B0CCA4;
scrollbar-arrow-color: #B0CCA4;
scrollbar-track-color: #B0CCA4;
}
img#design {
position: absolute;
top: 0;
left: 0;
border: none;
}
div.content {
overflow: auto;
position: absolute;
top: 293px;
left: 354px;
width: 603px;
height: 468px;
font-family: Arial;
font-size: 12px;
color: #000000;
}
div.navigation {
overflow: auto;
position: absolute;
top: 372px;
left: 160px;
width: 175px;
height: 382px;
font-family: Arial;
font-size: 12px;
color: #487B30;
}
div.news {
overflow: auto;
position: absolute;
top: 789px;
left: 292px;
width: 353px;
height: 69px;
font-family: Arial;
font-size: 12px;
color: #000000;
}
a:link {
color: #487B30;
text-decoration:none;
}
a:visited {
color: #487B30;
text-decoration:none;
}
a:active {
color: #487B30;
text-decoration:none;
}
a:hover {
color: #487B30;
text-decoration:none;
}
-->
</style>
</head>
<body>
<!-- Start Design -->
<img src="http://i35.tinypic.com/xgcwzp.jpg" alt="Designbild" id="design" />
<!-- End Design -->
<!-- Start Content -->
<div class="content">
%content%
</div>
<!-- End Content -->
<!-- Start Navigation -->
<div class="navigation">
%navigation_v%
</div>
<!-- End Navigation -->
<!-- Start News -->
<div class="news">
Hier kommt dein Text der dann im Newskasten erscheinen soll
</div>
<!-- End News -->
</body>
<!--
Dies ist der Grundcode von http://www.oylahomepagehilfe.de.
Dieser Hinweis darf ohne Genehmigung von einem Betreiber des Internetabgebotes nicht entfernt werden.
-->
</html> |
|
So sollts dann stimmen
Wapiti
102 okay

Ist egall...

Bekomme cih schon i-wie hin!
Danke mit den Frabven
-NiNa-
Habs oben reineditiert, scrole einfach mal ganz runter und such meinen Text "Hier kommt dein Text der dann im Newskasten erscheinen soll" und da schreibst du dann deinen Text rein!
Wapiti
DANKE DANKE DANKE !!!!!!!!!!!!!!!! Wie kann ich das eiq. mit den Tabellen amchen das die nicht auf das unetere bild sind?
-NiNa-
Das Bild so verschieben dass ich ne grössere Fläche für das Main hab zum coden, weil es wäre dann nur die Fläche neben dem Bild oder die oben am Bild, und das ist zu klein, da klickt dich jeder gleich weg...
Da sehe ich ansonsten keine andere möglichkeit...
Wapiti
Okay... Mach cih dan i-wann später muss jetzt aber offline! DANKE für deine große Hilfe, es hat mcih seeeehr weiter gebracht!!
Du bist echt nett <33
Danke LG/Vaalia
-NiNa-
Mach ich immer wieder gerne
Wapiti
Zitat: |
Original von gestuet_traumpferde
Mach ich immer wieder gerne
|
JA?? Das ist gut... Den ich muss ja jetzt ein neues Designe machen, weil das ja alles nicht passen wird..