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