<input type="submit" name="x" value="Submit" style="margin-top:2px;"> No guarantee but that might do it, depends on if you use tables or CSS, if you change the height or the search box etc. Paste your code it will be easier for someone to help you.
Thanks The full code is on the index page of my computer forum <form name="form1" method="post" action="search.php"> | Search forums </strong></font> <input name="query" type="text" size="40%"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input name="submit" type="submit" height="11" value="Search"> </form> HTML: .
Height of inputbox is a bit more then the submit button. You could also get it aligned by changing the font of submit button like below: <input name="submit" type="submit" value="Search" style="font-family: Verdana; font-size: 8pt">
Alternatively you could also change it like this if you don't want to change the font site: <input name="query" type="text" size="40%" style="vertical-align:middle; margin-bottom:1px;"> <input name="submit" type="submit" style="vertical-align:bottom;" value="Search">
Hi again.. now i have a similar problem on the other side. Can you help me fix this please ? Thank you. Dario .