Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Anthony Domina
PLUS
Anthony Domina
Courses Plus Student 19,571 Points

Table formatting shows in IE but not in Chrome, why?

I have a table with padding and borders that renders just fine in IE but in Google Chrome the formatting is not applied. Is this a known issue with Chrome?

Please post your HTML and CSS so we can replicate the issue. Chrome shouldn't strip out padding or borders; something else is likely happening. When you paste your code into the editor here, wrap your code with 3 backticks (```) on the lines before and after it. If you specify the language after the first set of backticks ("html" or "css"), that'll help us with syntax highlighting.

2 Answers

Have you tried clearing your browsing history/cache in Chrome. I've had all sorts of CSS styling issues in Chrome which can be resolved by doing that.

Hope that helps :-)

Anthony Domina
PLUS
Anthony Domina
Courses Plus Student 19,571 Points

Sir, you get the gold star for this one. I cleared my browsing history/cache and the formatting showed like it was supposed to. Thanks so much for you help!

Glad to help. I've had this problem many times myself. It took a while for it to sink through my at times impregnable skull but now if I have similar issues it's my first port of call for trouble shooting and seems to work more often than not :-)