Hi,
I'm having an issue with formating html over IE ... don't know if there is a simple solution for that, so here I go ...
You can copy-paste the code attached to an html file, like "test.html". There is no harmfull code there, just some simple text layout.
When you open the file using IE (in my case IE 6), you'll see a blank line after the text "Form Contents" (or more likely, the table that contains it).
If you delete the starting tag line <form ...> and the end tag line </form>, the blank line just disappears as expected.
So as a conclusion, the form tag is adding a blank line, which it shouldn't do in the first place. This problem does NOT occur using FireFox ...
Does anyone have a solution to the problem? As I see it, the form tag should be an outputless tag ... but in IE seems not beeing so ...
I'm currently testing some solutions that my imagination generates ...
Thank you.
I'm having an issue with formating html over IE ... don't know if there is a simple solution for that, so here I go ...
You can copy-paste the code attached to an html file, like "test.html". There is no harmfull code there, just some simple text layout.
When you open the file using IE (in my case IE 6), you'll see a blank line after the text "Form Contents" (or more likely, the table that contains it).
If you delete the starting tag line <form ...> and the end tag line </form>, the blank line just disappears as expected.
So as a conclusion, the form tag is adding a blank line, which it shouldn't do in the first place. This problem does NOT occur using FireFox ...
Does anyone have a solution to the problem? As I see it, the form tag should be an outputless tag ... but in IE seems not beeing so ...
I'm currently testing some solutions that my imagination generates ...
Thank you.