Hi,
I have a text box with a label all in a “horizontal” line and it looks good in Firefox as usual but in IE 8 it’s not lining up right at all. The code is below. I’m not sure why in IE 8 that the label, the form field, and the submit button are not on the same line.
<form action="" method="post" id="" name="">
Email: <input type="text" name="email" id="email" style="width:200px;" />
<input type="submit" name="btn" id="btn" value="somevalue" />
</form>