I have this one particular page: http://www.problemio.com/problems/problem.php?problem_id=230
It has broken layout. But the weird part is that I use this template with lots of different content and the columns never break like that. Most of the time, the left and right column just align.
Any idea why this happens on this particular page? I can’t locate the problem with firebug.
Thank
You have an unclosed DIV and this is breaking your layout and putting the right column into the left column. Firefox will automatically fix this for you so you may not be able to see this in firebug.
Viewing your source code is better than using firebug for this – as firebug shows you the DOM and the source is what your browsers sees before it renders the page.