I have few tables in my website along with <div> tags. One of my table is going to be large. My problem is that when I add more rows to this table, the table below it floats to its right side..instead of being below it. I don't understand why. Please check my source code on http://www.dealondeals.com/travel-deals.asp . PS : I think it would be best if you check source code there, because I don't know where the problem is, so which code snippet should I post here. Thanks.
Um, it doesn't. I'm on a 24 inch monitor and the categories table is in its place underneath the deals table. Am I misunderstanding your question? If not, can you post a screenshot of the problem you're seeing?
it is working fine here...chk again plz You are seeing that because of no. of spaces in the source code. I had to do that to make them look like different tables. But I was able to resolve my problem. One of my tables was overflowing. So, I set overflow:hidden; and now it is working fine.