How to Make a Button With HTML Code for Blogger

Make a button with HTML code and insert it into your Blogger blog to provide a visual cue for your readers to click. HTML buttons direct readers anywhere you point them, be it the next page of your blog, a place where they can add the blog's RSS feed to a news reader or anywhere else.

Instructions

    • 1

      Log in to your Blogger dashboard. Choose the "Design" tab, then click the "Edit HTML" button.

    • 2

      Scroll through the blog's HTML until you reach the place in the blog where you want to add the button. Add it in the footer, for example, to encourage readers to add your blog to a news reader.

    • 3

      Copy the following code and paste it into the HTML document exactly where you want the button to appear:

      <form><input type="button" value="Click This Button" onClick="window.location.href='http://yoururl.com/'"></form>

      Replace "Click This Button" with the text you want to appear in the button and "yoururl.com" with the link where you want readers who click the button to be taken.

    • 4

      Click "Save Template."

Related Searches:

References

Comments

Related Ads

Featured