TheConeHead
Programmer
I have an input type=text and a input type=image side-by-side and they will not align vertically... the image sits a little higher than the textfield... any ideas why or how to correct that?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<form action="searh.asp" method="post">
<input type="text" name="kword" style="vertical-align: bottom">
<input type="image" src="images/search.gif" alt="Search" style="vertical-align: bottom; border: 0px;">
</form>