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=" Search ">
<input type="reset" name="clear" value=" Clear ">
</form>
</center>
<br>
<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=" Search ">
<input type="reset" name="clear" value=" Clear ">
</form>
</center>
<br>