Komplette Seite mittig zentrieren

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
xpla
Posts: 7
Joined: Thu 24. Feb 2005, 09:36
Contact:

Komplette Seite mittig zentrieren

Post by xpla »

Hi,

ich hoffe mir kann jemand helfen und zwar möchte ich eine website mittig zentrieren, nicht nur links und rechts sondern auch von oben in die mitte gesetzt. Den Seitenaufbau hab ich über Tabellendefiniert ("Seitenlayout"). Wie könnte ich das ganze nun auch "horizontal" zentrieren?

Also:

-----------------------------------------------

------------------SEITE---------------------

----------------------------------------------
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

versuchs mal mit "Eigener (aus Vorlage Haupt-Block)" im bereich "seitenlayout". ansonsten glaube ich nicht zu realisieren.

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
xpla
Posts: 7
Joined: Thu 24. Feb 2005, 09:36
Contact:

Post by xpla »

Hi,

danke für deine schnelle Antwort. Nicht gerade die einfachste Lösung :) Ich fürcht mich schon vor zig css divs die umadumspinnen ;)

LG

Chris
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

mit tabellen würd ichs so darstellen (einfach in den hauptblock pasten):

Code: Select all



		<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
			<tr>
				<td align="center" valign="middle">
					<table border="0" cellspacing="0" cellpadding="0">
						<tr>
							<td colspan="3">{HEADER}</td>
						</tr>
						<tr>
							<td>{LEFT}</td>
							<td>{CONTENT}</td>
							<td>{RIGHT}</td>
						</tr>
						<tr>
							<td colspan="3">{FOOTER}</td>
						</tr>
					</table>
				</td>
			</tr>
		</table>

rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply