simonchristieis
Programmer
I am using an image to submit a page - i have removed all spacing etc and classes - but it wont line up - has anyone encountered this b4 ?
<TABLE width="100%" cellspacing="0" cellpadding="3" Border="1">
<%if Len(Request.Querystring("eventSearch")>0 Then%>
<form action="default.asp" method="get">
<tr>
<td> SEARCH
<input type="hidden" name="page" value="6">
<input type="text" name="eventSearch" value="<%=eventSearch%>" >
<input border="0" type=image src="/plc/images/search_button2.gif" width=120 height=25 valign="bottom">
</td></tr></form><%
End If
%></TABLE>