T tcslive macrumors newbie Original poster May 13, 2009 #1 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
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 macrumors 68030 May 13, 2009 #2 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.
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.
Sayer macrumors 6502a May 14, 2009 #3 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.
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 macrumors 65816 May 14, 2009 #4 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.
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.