Can anyone help me figure out why these two INPUT elements aren't aligning next to each other?
I appreciate any assistance you can offer!
<STYLE>
html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
</STYLE>
<DIV STYLE='width:100%;'>
<INPUT TYPE=text size=10 maxlength=10
STYLE='width:70%;'>
<BUTTON STYLE='width:30%; float:right;'
>Button</BUTTON>
</DIV>