The site that I'm working on is http://www.grandiachapin.org
How do I center the website so is centered in the whole window page?
Thanks,
Carla
The site that I'm working on is http://www.grandiachapin.org
How do I center the website so is centered in the whole window page?
Thanks,
Carla
Put a div tag around everything in the body of index.php, give it an id, and then in style.css use code similar to the following:
#yourdiv{
float:none;
margin:0 auto 0 auto
}
I think this should work.
This topic has been closed to new replies.