Okay, I am not really sure if this is the correct way to accomplish this, but it seems to work.
Code:
<fieldset style="border:none; padding-top:17px;">
<form action="#" method="post" name="form" id="form">
<ul>
<li style="float: left;"><input type="text" id="textfield" name="textfield"/></li>
<li><input type="submit" value="GO"/></li>
</ul>
</form>
</fieldset>
|