What do you do when your page displays incorrectly on your server, but correctly in jsFiddle?
Posted
by
Marcin
on Stack Overflow
See other posts from Stack Overflow
or by Marcin
Published on 2012-04-11T16:52:18Z
Indexed on
2012/04/11
17:29 UTC
Read the original article
Hit count: 184
I have a page which is displaying incorrectly in Firefox and Chrome (in that the tbodies do not show borders); however it displays correctly in jsfiddle (here: http://jsfiddle.net/JwkrD/ - both browsers).
I'm not sure how to proceed - how do I get the tbodies to show up on my page in the same way as they do in jsfiddle?
I'm using the same DOCTYPE, both pages are being served up with type text/html. I can't find any other differences.
© Stack Overflow or respective owner