Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I my webpage is displaying good in Chrome and IE, but in firefox it is left aligned. Below is my code:

CSS
*{
    margin: 0;
    padding: 0;
}

body{
    text-align:center; 
}

#wrapper{
    width: 960px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900