I have this
<td width="312" valign="center" height="157" background="{{ 'BT_S3.png' | asset_url }}">
<div style="width:95%; text-align: left; height:52px; background-image:url('{{ 'search_bar.png' | asset_url }}');" float="left">
<form action="/search" method="get">
<input type="text" name="q" src="{{ 'search_bar.png' | asset_url }}" />
<input type="image" value="Search" src="{{ 'search_button.png' | asset_url }}" />
</form>
</div>
</td>
This is my HTML for my search box located at http://clarkbetty.myshopify.com/# Password: betweu
I would like the search button to float so that the search box and button are on the same line. I have tried a lot of things but nothing works. Can someone help?