Website mittig im Browser plazieren

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
poooky
Posts: 1
Joined: Thu 1. Sep 2005, 11:18

Website mittig im Browser plazieren

Post by poooky »

Hallo zusammen, kann mir jemand erklären wie ich die Websites mit den Blocks mittig im Browser plazieren kann? und war nicht nur rechts, links, sondern auch oben und unten http://www.sofah.de

Ob das Layout mit div oder table gebaut wird ist eigentlich egal. Ich weiß nicht ob das eine oder andere dafür Vorraussetzung ist.

ich arbeite mit der Version 1.2.5

Danke für Infos
Back to the roots!
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Schau mal hier nach:

http://www.thestyleworks.de/tut-art/centerblock.shtml

Da gibt's einiges an Futter für jeden Internetbastler... :wink:
karlc
Posts: 31
Joined: Tue 12. Oct 2004, 12:24
Contact:

Tabellenlösung

Post by karlc »

Code: Select all

<html>
<head>
<style type="text/css"> body {margin:0px; height:100%; } </style>
</head>
<body>
<table width="100%" height="100%">
<tr>
<td width="100%">
<table width="100%">
<tr>
<td width="100%">WEBSEITE</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
wenn's hilft ;o)

Gruß
Karl
Die wichtigste Erkenntnis meines Lebens ist die, dass wir in einem liebenden Universum leben.
(Albert Einstein)
Post Reply