I have 2 pieces of html:
the other one
Obviously the difference is one <br> tag.
I want all you guys using IE check this out for me, and tell me you agree something fishy is going on (or not).
i was using IE 6.0...
Code:
<body>
<form style="border: 1px solid gray;">
<br>
<br>
some text 1<br><br>
</form>
some text 2
</body>
Code:
<body>
<form style="border: 1px solid gray;">
<br>
<br>
some text 1<br>
</form>
some text 2
</body>
Obviously the difference is one <br> tag.
I want all you guys using IE check this out for me, and tell me you agree something fishy is going on (or not).
i was using IE 6.0...