treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Table Help Please!?!

  • Hey Guys,
    I attempted putting this new table on this page but I want the two table columns to be centered with the page. Also there is an extra border that goes around all of the table cells. Can anybody help a brotha' out? I need to fix this

    [Moderator Note: Fixed link error]
  • Your link goes no where
  • It's because there is a border on the main table, then a border on each of the cells within the table.

    Remove the padding on the table and add border-spacing:0
  • Thanks, that worked perfectly.