Einzelnen Beitrag anzeigen

Akut-Programming

Registriert seit: 18. Aug 2003
648 Beiträge
 
#1

[HTML] Problem mit Seitendarstellung

  Alt 16. Apr 2004, 20:43
Wer meine Webseite vielleicht schonmal besucht hat und ne größere Auflösung als 1024*768 hat - sah sicherlich auch schon, das die eigentliche Webseite ehr "linksbündig" ist. (siehe Screenshot). Ich wollt mal fragen wie ich das Problem beheben kann, - möchte gern, das die Seite immer zentriert ist. Hab hier mal den Code meiner index.html..
Code:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>|:. small-soft.com .:|:. The Better Choice .:|</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="Akut-Programming">
</head>
<frameset cols="120,*">
   <frame name="left" src="***" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no" bordercolor="#000000">
   <frameset cols="801,*">
      <frameset rows="140,*">
         <frame name="header" src="***" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no" bordercolor="#000000">
         <frameset rows="94%,35" frameborder="no" bordercolor="#000000">
            <frame name="body" src="***" marginwidth="0" marginheight="0" noresize frameborder="no" bordercolor="#000000">
            <frame name="footer" src="***" scrolling="no" noresize frameborder="no">
         </frameset>
      </frameset>
      <frame name="right" src="***" scrolling="no" marginwidth="0" marginheight="0" noresize frameborder="no" bordercolor="#000000">
   </frameset>
<noframes>
<body bottommargin="0" leftmargin="0" marginwidth="0" marginheight="0" topmargin="0" rightmargin="0">
</body>
</noframes>
</frameset>
</html>
Gruß,
Miniaturansicht angehängter Grafiken
small_soft_com__1280_1024.jpg  
Akut-Programming
be cool, be hot ... just be
  Mit Zitat antworten Zitat