Creating a Top of Page Button on a Website

Posted on Friday, 9 November 2012 by contact-nizam


Instructions

    • 1
      Create or locate the image you want to use as your button. This does not have to be fancy and may web authoring programs have built-in button creating functions. If not, check free button generator sites, like Buttongenerator.com.
    • 2
      Insert an anchor at the top of the page where you want the user to go when they push the button with code like this: <a name="top"></a>
    • 3
      Insert the button within a link where you want the TOP button to appear using code like this: <a href="#top"><img src="yourbuttongraphic.jpg"></a>
Reference
Click here

0 Responses to "Creating a Top of Page Button on a Website ":