Hey everybody.
I am new at this whole web design thing since I took a class at my High School. I went on the internet and researched several ways on how to create a button for my navigation frame. I found some coding that works, except it only works when you click outside the button and it doesn't work when you click on the button itself. Here is the coding, and I would really appreciate some advice. Thanks
<FORM METHOD="link" ACTION="URL">
<INPUT TYPE="submit" VALUE="text on button" STYLE="background-color:red">
</FORM>