Hi! I have recently started taking a diversion from Flash and have started going to HTML. However, I notice that with HTML, every file shows up slightly different in every browser.
For example, I have a table that I made. It has 5 rows, and 2 columns. However, the top 4 rows all have a colspan of 2. Basically, each row has a formatting of either <h1> or <p>, and this causes some major differences between browsers.
W3schools says:HTML automatically adds an extra blank line before and after a paragraph.
HTML automatically adds an extra blank line before and after a header.
Firefox obeys this, and adds extra space above and below the text in each table cell, making it very spaced out.
Internet Explorer 6.0 does NOT obey this and makes the table more scrunched together.
How can I make the spacing consistent between browsers?
By the way, this is my page: