L
Linaxification
Guest
Hallo,
ich habe eine Website erstellt in der das Bild von einer Webcam dargestellt wird.
Ich habe die Seite mit Dreamweaver CS 5 erstellt. Wenn ich die Seite im Preview(F12) anschaue wird der Titel angezeigt.
Bild -->
Ich habe mein Website auf Dropbox gestellt und dann über .TK eingespielt.
--> www.grimmingschaun.tk
Nun escheint im Tab "Untitled document". Wenn ich jetzt den Quellcode online anzeigen lasse sehe ich folgendes:
bild --->
Hier steht wiederrum eindeutig im <title>untitled document<> bzw. im Content. Ich habe versucht die Seite mit einem Editor zu öffnen und umzuschreiben jedoch hatte ich bisher keinen Erfolg. Meine Frage lautet nun wie kann ich diesen Bereich ändern sodass mein Title richtig angezeigt wird?
mfg linax
ich habe eine Website erstellt in der das Bild von einer Webcam dargestellt wird.
Ich habe die Seite mit Dreamweaver CS 5 erstellt. Wenn ich die Seite im Preview(F12) anschaue wird der Titel angezeigt.
Bild -->
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>grimmingschaun.tk</title>
<style type="text/css" title="grimmingschaun.tk" meta="text/css">
body {
background-image: url(1600_1200.jpg);
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-repeat: repeat;
}
#apDiv1 {
position:absolute;
width:100%;
height:100%;
z-index:1;
}
#apDiv2 {
position:absolute;
width:200px;
height:115px;
z-index:-1;
left: 74px;
top: -18px;
}
#apDiv3 {
position:absolute;
width:43px;
height:70px;
z-index:2;
left: 575px;
top: 555px;
}
#apDiv4 {
position:absolute;
width:99px;
height:45px;
z-index:3;
left: 1138px;
top: 614px;
}
#apDiv5 {
position:absolute;
width:90px;
height:65px;
z-index:4;
left: 1237px;
top: 617px;
font-family: "Century Gothic";
font-size: 18px;
color: #CCC;
}
</style>
<meta name="Description" content="grimmingschaun.tk"/>
<!-- TemplateParam name="as" type="text" value="" -->
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" title="grimmingschaun.tk">
<div id="apDiv1"><img src="final_back.png" width="1370" height="685" /></div>
<div id="apDiv2"><img src="webcapture.jpg" width="640" height="480" /></div>
<div id="apDiv3" ><a href="http://www.planneralm.at/webcam.html" target="_blank" ><img src="buttonclear.gif" width="63" height="55" border="0" /></a></div>
<div id="apDiv4"><a id="1328817131" href="http://www.bitcoinsonline.de/">bitcoin</a><script type="text/javascript" src="http://www.counter-go.de/counter_js.php?account=1328817131"></script><noscript><a href="http://www.counter-go.de/" target="_blank"><img border="0" src="http://www.counter-go.de/counter.php?account=1328817131"/></a></noscript></div>
<div id="apDiv5">by linax</div>
</body>
</html>
Ich habe mein Website auf Dropbox gestellt und dann über .TK eingespielt.
--> www.grimmingschaun.tk
Nun escheint im Tab "Untitled document". Wenn ich jetzt den Quellcode online anzeigen lasse sehe ich folgendes:
bild --->
HTML:
<html>
<head>
<title>Untitled Document</title>
<meta name="description" content="Untitled Document">
<meta name="keywords" content="grimmingschaun.tk">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23441223-3']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<frameset rows="*" framespacing="0" border="0" frameborder="NO">
<frame src="http://dl.dropbox.com/u/35883638/grimmingschaun.tk/index.html" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
Hier steht wiederrum eindeutig im <title>untitled document<> bzw. im Content. Ich habe versucht die Seite mit einem Editor zu öffnen und umzuschreiben jedoch hatte ich bisher keinen Erfolg. Meine Frage lautet nun wie kann ich diesen Bereich ändern sodass mein Title richtig angezeigt wird?
mfg linax