I have 2 tables in my website, and I want to display one below the other. In FF, I stick a
tag between the two and the browser correctly inserts a line break.
In IE, however, it does not seem to have an effect, instead the 2 tables are displayed next to each other! In order to get the 2nd table below the first, I have to use
twice in order to achieve the same effect!! Also, if there's too much data in the first table, this still doesn't help!
Of course, taking the 2nd approach results in a horrible looking page in FF, with a huge gap between the two tables.
So what can I do to force IE to insert a line break where I want it to?
Code:
<br>
In IE, however, it does not seem to have an effect, instead the 2 tables are displayed next to each other! In order to get the 2nd table below the first, I have to use
Code:
Of course, taking the 2nd approach results in a horrible looking page in FF, with a huge gap between the two tables.
So what can I do to force IE to insert a line break where I want it to?