How to Create an Account Button for a Website

Regardless of the type of button you want to create for your website, the general HTML code that you use to create it is going to be the same. This means that if you are creating an "Account" button or a "Contact Us" button, the HTML around the button will not vary. The differences between the buttons will be evident in the hyperlink associated with the button and the text on the buttons themselves.

Instructions

    • 1

      Log in to your Web server and open the HTML page in which you want to include an "Account" button.

    • 2

      Click on the section of the HTML page where you want to insert the "Account" button. This should be within the <body> and </body> tags on your page.

    • 3

      Insert the following HTML code:

      <FORM METHOD="POST" ACTION="http://www.website.com/account">

      <INPUT TYPE="submit" VALUE="Account">

      </FORM>

    • 4

      Replace "http://www.website.com/account" with the actual URL to which you want the user to go when he clicks the "Account" button. This presumably is the page that includes the user's account information or a login screen to allow him to access his account information.

    • 5

      Publish the page.

Related Searches:

References

Resources

Comments

You May Also Like

Related Ads

Featured