Hello all,
I am creating a small business that services computers. Here is the website. I am having problems centering the entire <body> contents of the webpage. I have tried many methods but have been unsuccessful. Is something like this correct?
Is it even possible to center the whole body?
If you have any C&C that would be greatly appreciated too
OH: I just put <center></center> around the <body> tags, is this acceptable? This is good, however it would mean that I have to change every webpage
Any alternatives?
Thanks in advance for everything
DoFoT9
Note:If you are having troubles seeing the source code, navigate to glitches.is-a-geek.com (The website currently resolves to a website which is again resolved to my host computer - don't ask why, it wont be implemented this way for long). *ignore this, it will no longer work*

I am creating a small business that services computers. Here is the website. I am having problems centering the entire <body> contents of the webpage. I have tried many methods but have been unsuccessful. Is something like this correct?
Code:
body {
background-color: #5a5a5a;
margin: 0px auto;
align: center;
}
Is it even possible to center the whole body?
If you have any C&C that would be greatly appreciated too
OH: I just put <center></center> around the <body> tags, is this acceptable? This is good, however it would mean that I have to change every webpage
Thanks in advance for everything
DoFoT9
Note:If you are having troubles seeing the source code, navigate to glitches.is-a-geek.com (The website currently resolves to a website which is again resolved to my host computer - don't ask why, it wont be implemented this way for long). *ignore this, it will no longer work*