Click to See Complete Forum and Search --> : Buttons not working - please help


Scrabble
03-05-2007, 07:07 PM
I moved this code from the bottom of my page to the top, now the buttons are not working. Why? How do I fix this?


<center>
<font size=6>This is the Title</font><br>
<font size=2><b>This is the Subtitle</b></font><br><br>
</center>
<br>
<center>
<input type="text" name="text" value="" size="115"><br><br>
<input type="submit" name="send" value="&nbsp;&nbsp;&nbsp;&nbsp;Search&nbsp;&nbsp;&nbsp;&nbsp;">&nbsp;&nbsp;&nbsp;&nbsp;
<input type="reset" name="clear" value="&nbsp;&nbsp;&nbsp;&nbsp;Clear&nbsp;&nbsp;&nbsp;&nbsp;">&nbsp;&nbsp;&nbsp;&nbsp;
</form>
</center>
<br>

ray326
03-05-2007, 07:38 PM
Because they're no longer inside a form.