Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   [HTML] Problem mit Seitendarstellung (https://www.delphipraxis.net/20378-%5Bhtml%5D-problem-mit-seitendarstellung.html)

Akut-Programming 16. Apr 2004 20:43


[HTML] Problem mit Seitendarstellung
 
Liste der Anhänge anzeigen (Anzahl: 1)
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ß,

micsie 16. Apr 2004 20:52

Re: [HTML] Problem mit Seitendarstellung
 
moin,

wie wäre es mit
Code:
<frameset cols="*,801,*">
das Frame in der Mitte wird dann zentriert

mfg micsie


Alle Zeitangaben in WEZ +1. Es ist jetzt 12:11 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz