I try without success to align txt and text box in the following form.
Anything I tried doesn't seems to work.
So the question is: how can I do this??
Thanks
this this the code
Anything I tried doesn't seems to work.
So the question is: how can I do this??
Thanks
this this the code
Code:
<table width="800" height="43" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="22%" align="right" class="RegText"><a href="">test I want to align </a> </td>
<td width="29%" align="center" >
<form name="form1" method="get" action="/process.asp" >
<table width="87%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="84%" ><input name="Search" type="text" size="25"></td>
<td width="16%" ><INPUT name="image222" TYPE="image" class="gobutton" id="image22" src="/images/Go.gif" alt="submit button" width="18" height="18" >
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>