Indihorse
des is ja ein eigenes design oder?
wenn ja kannst du mal den code reinstellen, vllt. ist darin ein Fehler.
glG Indihorse
Indihorse
| 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:
|
<style type="text/css">
<!--
body {
scrollbar-face-color: #C5CE97;
scrollbar-highlight-color: #C5CE97;
scrollbar-3dlight-color: #C5CE97;
scrollbar-darkshadow-color: #C5CE97;
scrollbar-shadow-color: #C5CE97;
scrollbar-arrow-color: #C5CE97;
scrollbar-track-color: #C5CE97;
}
a:link, a:active, a:visited {
text-decoration:underline;
color:#000000;
font-size:16px;
font-family:Arial, Helvetica,
sans-serif;
text-transform:none;
line-height:normal;
}
a:link {
color: #000000;
text-decoration:none;
}
a:visited {color: #000000;
text-decoration:none;
}
a:active {color: #ffffff;
text-decoration:none;
}
a:hover {color: #000000;
text-decoration:underline;
}
-->
</style>
|
|
Dieser Teil muss zwischen <head> und </head> stehen
und vor <head> muss <html> stehen
| 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:
|
<!-- Start Navigation -->
<div style="overflow: auto; position: absolute; width: 185px; height: 220px; left: 40px; top: 500px">
<span style="font-family:Arial; font-size:16px; color:#000000"><a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=20355163&userid=23750487" target="main" title="titel">Willkommen</a><br />
<a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=46308188&userid=23750487" target="main" title="titel">Impressum</a><br />
<a href="http://www.oyla14.de/cgi-bin/hpm_show.cgi?userid=23750487&page=guestbook " target="main" title="titel">Gästebuch</a><br />
<a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=263677561197031718&userid=23750487" target="main" title="titel">Mitglieder</a><br />
<a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=686652611197039475&userid=23750487" target="main" title="titel">Adamstal</a><br />
<a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=849379911197039488&userid=23750487" target="main" title="titel">Aftholderbach</a><br />
<a href="http://www.oyla14.de/cgi-bin/designs/standard1/index.cgi?page=text&id=453188831197039616&userid=23750487" target="main" title="titel">Reiterferien</a><br /></span>
<a href="http://www.oyla14.de/cgi-bin/eigenes.cgi?page=text&id=525627511199457577&userid=23750487" target="main" title="titel">Links</a><br />
</div>
|
|
Dieser Teil muss auch im body Teil sehen. Er steht sogar nach dem </html> befehl und da gehört er mal so rein gar net hin xD
Teilweise hast du Befehle (z.B. </style>, </body> und </html> glaub au noch n paar andere) doppelt
Änder das mal und probiers dann nochmal
glG Indihorse
Indihorse
so, freut mich dass es jetzt klappt.
Jetzt zu deinem 2. Problem:
Einen Link mit target="xx" zu öffnen geht nur mit iframes. Du hast jetzt ein div design du müsstest es aber als iframe design coden.
Bei den tutorialen gibt es ein tut für ein iframe design, damit müsste es dann gehen.
glG Indihorse