Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Center Table

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40061
    cpyle0819
    Participant

    Hiya,
    If anyone could take a look at the table on [this site](http://wirededucation.com/minecraft “this site”) and tell me why it’s not centering, I would be eternally grateful.
    Thanks,
    Corey

    #111006
    Paulie_D
    Member

    You have to add

    table {
    margin:0 auto;
    }

    #111007
    cpyle0819
    Participant

    I have added that but it’s being cancelled out for some reason. I’m not sure what I did.

    #111008
    Paulie_D
    Member

    I think I see the problem.

    You have to link your reset.css file BEFORE any other css stylesheets.

    #111011
    cpyle0819
    Participant

    I’ll try that, thanks.

    #111012
    cpyle0819
    Participant

    Beautiful, I knew it was something silly like that. Thanks for the help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.