T tcslive macrumors newbie Original poster Jan 29, 2009 14 0 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 Oct 31, 2007 2,908 754 Austin, TX 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 Jan 4, 2002 981 0 Austin, TX 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 Apr 7, 2005 1,280 1 Alpine, UT 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.