Help - Search - Members - Calendar
Full Version: Button Design
HTMLHelp Forums > Web Authoring > General Web Design
Brizzle
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>
Christian J
There's no method="link", use method="get" instead (which is the default). See also http://htmlhelp.com/faq/html/all.html#button-link

But why not use ordinary links? These are simpler to make a work better for both human users and search engines.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.