CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] Table Help Please!?!
Jon_N
Permalink to comment
#
January 2012
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
]
djpic
Permalink to comment
#
January 2012
Your link goes no where
TT_Mark
Permalink to comment
#
January 2012
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
Jon_N
Permalink to comment
#
January 2012
Thanks, that worked perfectly.
Add a Comment
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]
Remove the padding on the table and add border-spacing:0