What do you do when your page displays incorrectly on your server, but correctly in jsFiddle?
- by Marcin
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.