1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML How can i get it to be at the center?

Discussion in 'Web Development' started by Edgar, Apr 13, 2012.

  1. Edgar

    Edgar New Member

    Hi guys I'm new here, i have been trying to get a website i created in photoshop to align at the center, any help? i want it to be at the center not on the left side. THANKS :D
     
  2. tomw

    tomw Member

  3. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    try this as the first line in your css file
    Code:
    * {
        margin: 0px;
        padding: 0px;
    }
     
  4. tomw

    tomw Member

    Thanks Mr. Ishkey for posting that. I was thinking the OP wants to center images seeing the word photo and not seeing website which is what he wants. That article probably will confuse him.