02-28-2008, 02:07 PM
|
#2 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 1,578
Thanks: 72
|
Centring a website using purely CSS goes something like so:
css Code:
body { text-align: center; }
div#container { margin: auto; width: 200px; }
Everything then becomes a descendent of the container DIV.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|