Saturday, September 4, 2010

Blogger: Embed a Download Button

 To add a download button or any kind of button that will simply link to your readers to anywhere you want, just follow these simple steps:


  1. Use your mouse to select the following line of code, then press ctrl + c to copy it:
    <input type="button" name="Button" value="Download Desktop Reader!" onClick="window.open('http://www.yoursite.com/readername/reader_Install.exe', 'download'); return false;">
     
  2. In the edit HTML, press ctrl + v to paste the button code into your post. 

  3. When you view this code in an Internet browser, it should look like this:



    If you want to change the text on the button, simply replace the part of the code that reads "Download Desktop Reader!" with the message you wish to add.

0 Helpler/s:

Post a Comment