Titel funktioniert nicht

123Mona321
Hi GBler,
ich habe folgendes Problem auf meiner Homepage http://www.vridreamdancer.lima-city.de . Und zwar zeigt die Homepage auf jeder Seite immer den Titel des Mains an. Wie kann ich das ändern?
Hoffe, ihr könnt mir weiterhelfen.
L.G.
*Liv
-
123Mona321
Du meinst den CSS-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:
BODY {
color: #000000; 
background-color: #90EE90
text-align: left; 
font-family: Arial; 
font-size: 12px;
background-attachment: fixed;
background-position:0px 0px;
 }


a:link {
font-family: Arial;
font-size: 10px;
color: #006400;
text-decoration: underline;
}

a:visited {
font-family: Arial;
font-size: 10px;
color: #006400;
text-decoration: underline;
}

a:active {
font-family: Arial;
font-size: 10px;
color: #006400;
text-decoration: underline;
}

a:hover {
font-family: Arial;
font-size: 10px;
color: #006400;
text-decoration: overline;
} 
*Liv
-
123Mona321
Dacht ich mir fast. ^^ Also die Indexseite meinst du, oder?
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
<link rel=stylesheet type=text/css href=http://vridreamdancer.lima-city.de/style.css>
<head>
<title>Reitinternat Dreamdancer - Willkommen</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="auto">
<IMG NAME="design0" SRC="http://i53.tinypic.com/2czwkgl.jpg" WIDTH="1024" HEIGHT="768" BORDER="0" USEMAP="#design">

<div id="Layer1" style="position: absolute; left: 40px; top: 224px;">
<iframe src="http://vridreamdancer.lima-city.de/main.html" name="main" width="505" height=498" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer2" style="position: absolute; left: 580px; top: 362px;">
<iframe src="http://vridreamdancer.lima-city.de/menu.html" name="menu" width="252" height=125" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>

<div id="Layer3" style="position: absolute; left: 580px; top: 552px;">
<iframe src="http://vridreamdancer.lima-city.de/news.html" name="news" width="252" height=125" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div> 


Danke schon mal für deine Hilfe. smile
*Liv
-
123Mona321
Ah, also diese Zeile einfach rauslöschen? Und dann solte es klappen?
*Liv
-
123Mona321
Hm, jetzt habe ich es probiert, aber jetzt zeigt die HP nirgends mehr einen Titel an...
dreamer95
wenn du auf jeder seite einen anderen titel möchtest, musst du auf jeder seite den code einfügen und dann immer nur den
code:
1:
<title>Reitinternat Dreamdancer - Willkommen</title>

Titel ändern. Augenzwinkern
123Mona321
Ah, ok, danke, dass du mir wieder einmal geholfen hast. smile
*Liv
-
123Mona321
Wieso? Also, ich habs noch nicht neu geändert, falls du das meinst.

Danke für den Link, ich werd ihn mir mal bei Gelegenheit durchlesen...