Can someone tell em why this isn't centering on IE6 for the Mac?
The site is at: <!-- m --><a class="postlink" href="http://www.tech-genus.com/demos/smartSite/">http://www.tech-genus.com/demos/smartSite/</a><!-- m -->
I have the body with text-align:center: set
but it hasn't been working so I just threw up the old school HTML <center..> tag around the whole thing.
Why is some of the page centering and the header box and footer box not centering?
Any help would be great.Your #container div should wrap around all the content. Literally have <div id="container"> right after <body> starts and end it right before <body> ends. Then add this to the CSS in #container - margin: auto;Thanks sanim, initially that is how I had the site set up. Everything was in the "container." Things weren't working so I took the headers and footers out and voila! Let me give this margin: auto a shot and see what happens.
Thanks againYes. I didn't put everythiong in the container but instead just put in Margin:auto on the header and footer boxes. It seems to work fine.
Thanks
The site is at: <!-- m --><a class="postlink" href="http://www.tech-genus.com/demos/smartSite/">http://www.tech-genus.com/demos/smartSite/</a><!-- m -->
I have the body with text-align:center: set
but it hasn't been working so I just threw up the old school HTML <center..> tag around the whole thing.
Why is some of the page centering and the header box and footer box not centering?
Any help would be great.Your #container div should wrap around all the content. Literally have <div id="container"> right after <body> starts and end it right before <body> ends. Then add this to the CSS in #container - margin: auto;Thanks sanim, initially that is how I had the site set up. Everything was in the "container." Things weren't working so I took the headers and footers out and voila! Let me give this margin: auto a shot and see what happens.
Thanks againYes. I didn't put everythiong in the container but instead just put in Margin:auto on the header and footer boxes. It seems to work fine.
Thanks