kingdutch

Members
  • Content Count

    1
  • Joined

  • Last visited

About kingdutch

  • Rank
    Member
  1. Ok well erhm.. I want to center my container. I've done it loads of times. But I can't get it right this time. Internet Explorer does center but FireFox doesn't. I prolly have an error in my code but I can't figure it out right now. /* MAIN PAGE SETUP */ body { text-align: center; background-color: gray; } #container { [u][b]margin: 0 auto;[/b][/u] width: 860px; background-color: #006; } /* LOGO */ #logo { width: 860px; height: 200px; background: url('images/logo.jpg'); } /* NAVIGATION */ .navbar { padding-top: 5px; padding-bottom: 3px; width: 100%; background: ur