When you have a problem like this, the best way of tracking down the problem is to reduce the page to the minimum necessary to reproduce the problem.
"Ignore the [x] because I don't think that's the problem" is no good, if you don't think that's the problem, save it to a temporary static page, delete the things you think are unrelated, and then you know whether or not they are the problem. Keep deleting things you think are unrelated, and eventually you will either find the bit that's screwing things up when you remove it, or you will end up with a very small file that is:
- Much easier to debug
- Much more likely to attract help from people
- Much better testcase for the times when it's a genuine bug in a library
Not many people are willing to pick apart Coldfusion and table layout code to get to your bug - after all, you're the one with the problem, and even you couldn't be bothered to do it, so why would anybody else?