Ok, I have a strange one. I have a rather large page that works just fine in Mozilla and gets all wonky in IE. I know, normally it's the other way around. Anyway, I have a simple line of text, followed by a <br>, followed by a form element, a button, and then a text link. In Mozilla the input box, submit button, and link all display properly on the same line. In IE it jumps to a new line after the submit button, which really throws off my page. Also, the degree of the jumps is quite significant. I would estimate that we are talking about at least a 10px drop down to the next line, which makes no sense to me. The same is also true of the drop from the first line to the second, again about 10px. Can anyone tell me if, in IE, ending a form or span forces a line break? And if it does, is there a workaround? And why on earth is the gap so big?