How do I create buttons?

You can create single-state and multi-state buttons. Single-state buttons are actually regular image files. Multi-state buttons consist of several image files each representing mouse state (normal, mouse-over and pushed-down).

To create a single-state button:

  1. On the File ribbon, click New.
  2. Create new empty image-based project.
  3. On the Home ribbon, click Add Item.
  4. Use the program's features to design the button.
  5. On the Publish ribbon, click Save Button As Image. This will save your button in a simple image file.

To create a multi-state button:

  1. On the File ribbon, click New.
  2. Create new empty image-based or pure-CSS project (depending on whether you want to create image-based or CSS-based button).
  3. On the Home ribbon, click Add Item.
  4. Use the program's features to design the button.
  5. On the Publish ribbon, click Insert into Web Page . This will generate files and complex scripts necessary for your multi-state button.