Hallo Community,
Ich habe ein Problem, und zwar wird mein im Head definierter title nicht angezeigt.
Wieso wird nichts angezeigt?
Und wenn ich hier im Forum speichern Drücke, dann ist die Formatierung ganz anders.
lg Jo0oker
Ich habe ein Problem, und zwar wird mein im Head definierter title nicht angezeigt.
HTML:
<head runat="server">
<title>HIER SOLL EIGENDLICH MEIN TITLE REIN</title>
<link rel="icon" runat="server" type="image/ico" href="Images/ico.ico" />
<link id="styleSheet2" runat="server" rel="stylesheet" type="text/css" href="style.css" />
<!--[if IE 7]>
<link id="styleSheet" runat="server" rel="stylesheet" type="text/css" href="style.css" />
<![endif]-->
<!--[if IE 5.5]>
<style type="text/css">
body {
color: black; background: #F0FFFF;
font-family: Helvetica, Arial, sans-serif;
}
</style>
<![endif]-->
<!--[if IE 6]>
<style type="text/css">
body {
color: black; background: #F0FFFF;
font-family: Helvetica, Arial, sans-serif;
}
</style>
<![endif]-->
</head>
Und wenn ich hier im Forum speichern Drücke, dann ist die Formatierung ganz anders.
lg Jo0oker