Would somebody with IE7 please have a look at my site alignment. www.snowcam.co.za
I have used the contemporary theme. The website should be centre aligned. The site displays correctly in FF and on my IE7 machine at home but here in this dungeon, mockingly referred to as an office, my site aligns to the left when viewed in IE7.
In my CSS:
html, body {
width: 950px;
padding: 0px;
margin: 0 auto;
}
I have tried adding "text-align: left" to the CSS and <div align="center"></div> & even <center></center> to the inside of the body tags. I have also tried adding align="center" to the first table but nothing has solved the problem.
I'm at a loss as to what more to try.
I have used the contemporary theme. The website should be centre aligned. The site displays correctly in FF and on my IE7 machine at home but here in this dungeon, mockingly referred to as an office, my site aligns to the left when viewed in IE7.
In my CSS:
html, body {
width: 950px;
padding: 0px;
margin: 0 auto;
}
I have tried adding "text-align: left" to the CSS and <div align="center"></div> & even <center></center> to the inside of the body tags. I have also tried adding align="center" to the first table but nothing has solved the problem.
I'm at a loss as to what more to try.
Comment