Hallo alle zusammen,
ich habe ein kleines Problem, ich hatte eine Homepage mit Frames erstellt,dann teilte mir ein Bekannter mit das dies nicht so der hit ist, da diese von den Suchmachinen nicht gefunden wird, da diese Frames überfliegen, und nun Bastle ich an meiner CSS Page, aber es ist noch ein weiter weg.
Jetzt habe ich mal ein hmtl erstellt, wo ich als Startseite genommen habe, damit nicht jeder sieht wie meine Seite aufgebaut ist so wie bei den Frames, doch wenn ich diese als INDEX.html nehme wird es immer noch nicht gefunden, ist so was nicht möglich, eine Startseite zu erstellen, damit man nicht sieht wie die Seiten aufgebaut sind?
Hoffe es ist verständlich was ich beschreiben wollte.
Hier das html.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head><title>Meine neue Homepage</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<meta name="Description" content="Homepage von mir">
<meta name="Keywords" content="bla bla bla Internet">
<meta name="ROBOTS" content="index,nofollow">
<meta name="LANGUAGE" content="Deutsch, DE">
<meta name="DISTRIBUTION" content="global">
<style type="text/css">
<!--
html,body { overflow: hidden; }
body { margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; }
table#main{ height: 100%; width: 100%; z-index: 2; position: absolute; top: 0px; left: 0px; }
table#adv{ z-index: 5; }
div#bottom{ z-index: 1; position: absolute; left: 0px; top: 0px; }
-->
</style>
</head>
<body>
<table cellspacing="0" cellpadding="0" id="main">
<tr><td><iframe src="start.htm" name="fid1" id="fid1" width="100%" height="100%" marginwidth="0" marginheight="0" frameborder="0"></iframe></td></tr>
</div>
</body>
</html>
M_a_r_i_o Gast |