Posts: 10,816
Name: Steven Bradley
Location: Boulder, Colorado
|
The easiest way to center your page is to wrap everything (both the title and random divs) in another div. I usually give mine an id of page. The you would want to have css on the new page div like:
div#page {width: #px; margin-left: auto; margin-right: auto}
You'll want to remove the left:18% you have on the body now. I'm also a big fan of green so I like the colors you're using. The different shades are working well together.
Last edited by vangogh; 03-16-2006 at 12:26 AM..
|