PDA

View Full Version : Safari Ignores Tables - What is the Fix?




tcslive
May 13, 2009, 03:50 PM
On my website, http://tweetrofl.com/ the tables are ignored in safari and text goes over to the sidebar. It works normally in PC-based browsers (I tested in a VM). What can I do? Any help?
Thanksm
Tyler



Darth.Titan
May 13, 2009, 05:03 PM
Looks like you've got some issues with some of your <th> <tr> and <td> tags being placed out of order.

Check the validation errors. (http://validator.w3.org/check?uri=http%3A%2F%2Ftweetrofl.com%2F&charset=(detect+automatically)&doctype=Inline&group=0)

Sayer
May 14, 2009, 03:25 PM
Turn on the "Develop menu" in Safari's "Advanced" preferences, and use the Web Inspector to see what Safari thinks is wrong with your code.

wheezy
May 14, 2009, 07:57 PM
I'm pretty sure what's wrong is the that you're using tables.... :) But if you must, it's probably just a misplaced tag somewhere in the code.