emediastudios Posted April 28, 2008 Share Posted April 28, 2008 I have a site built in PHP and it displays fine in IE, but on testing in FireFox i have a few issues. Mainly it is aligned left in FireFox and centered in IE, i want it centered in FireFox. Anyone help me. Heres the link www.worldmuaythaimedia.com Can this be done in CSS and inline? Which way best? Thanks everyone Link to comment https://forums.phpfreaks.com/topic/103212-solved-div-align/ Share on other sites More sharing options...
peranha Posted April 28, 2008 Share Posted April 28, 2008 do you have a page div that holds all others? if so in the css you can have margin-left: auto; margin-right: auto; that will align the main div to center Link to comment https://forums.phpfreaks.com/topic/103212-solved-div-align/#findComment-528682 Share on other sites More sharing options...
emediastudios Posted April 28, 2008 Author Share Posted April 28, 2008 do you have a page div that holds all others? if so in the css you can have margin-left: auto; margin-right: auto; that will align the main div to center Your a champ Thanks Link to comment https://forums.phpfreaks.com/topic/103212-solved-div-align/#findComment-528703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.