![]() |
[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:
Gruß,
<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> |
Re: [HTML] Problem mit Seitendarstellung
moin,
wie wäre es mit
Code:
das Frame in der Mitte wird dann zentriert
<frameset cols="*,801,*">
mfg micsie |
Alle Zeitangaben in WEZ +1. Es ist jetzt 06:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz