Jump to content

[SOLVED] Center It?


TheFilmGod

Recommended Posts

To center the contents I am using the following CSS:

 

body {

background-color: #C0C0C0;

margin: 0px auto;

width: 950px;

}

 

LOOK AT the margin: 0px auto; It works in IE 6 and FF well, but it does not give any top margin. Seems like its cut off! How do I fix this so there is a bit of margin at top and its still centered?

Link to comment
https://forums.phpfreaks.com/topic/57094-solved-center-it/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.