Add simple button

To add a simple one-image-file button to your website

  1. Put the button image file created with Save Button as Image command into the same folder where your web page resides.
  2. Insert into your web page HTML code the following piece of code:
    <a href="http://somewebaddress"><img src="yourimagefilename" border="0"/></a>
  3. Modify the above code to include your button image file name and web address of your choice.

To publish a multi-state button or a group of buttons, use the following instructions: