Hi
I have a menu on the left of a page where I have a small form where people can do a search. The code I use for this form (in a table) is:
Apparently there's a line break after the form that messes up my lay-out. Can this be altered in a way that there's no line break anymore?
Thanks
Steven
I have a menu on the left of a page where I have a small form where people can do a search. The code I use for this form (in a table) is:
Code:
<tr>
<td width="25" class="tdLichtGrijs"> </td>
<td width="175" class="tdLichtGrijs"><div class="pBodyTekst"><form name="searchByID">• Search by ID<br /><input type="text" name="klantID" size="4" maxlength="5"><input type="submit" value="search" onClick="openSearchWindow();"></form></div></td>
</tr>
Apparently there's a line break after the form that messes up my lay-out. Can this be altered in a way that there's no line break anymore?
Thanks
Steven