How to Make Checkboxes in Dreamweaver

Check boxes are small, square boxes that allow users to toggle a check mark on or off. In HTML, these check boxes are usually added to a form, which allows submission of this "Yes" or "No" type input. However, you may place clickable check boxes without a form in Dreamweaver, but the user will not be able to submit the information. This is still useful when creating a visual check list of information.

Instructions

    • 1

      Open your HTML document in Dreamweaver.

    • 2

      Click wherever on the page you want the check box to appear.

    • 3

      Click "Insert," "Form" and "Checkbox."

    • 4

      Enter a name for your check box in the "ID" field. This allows you to reference the check box with programming code, should you need it.

    • 5

      Enter a "Label" for your check box, which is the text that appears next to the check box on your HTML page. Click "Before form item" or "After form item" from the Position section to place the label before or after the check box.

    • 6

      Click "OK."

    • 7

      Click the newly created check box and enter a value in the "Checked Value" field of the Property window. If you cannot see the Property window, hold the "Ctrl" button and press "F3." The value determines the entered value for a checked box. If no value is entered, a checked box defaults to "Yes."

    • 8

      Click "Insert," "Form" and "Button" to create a Submit button, which is commonly used to submit the form.

    • 9

      Click "<form..." on the bottom edge of the document window to select the form. Enter the URL to the page, which will process the form, in the "Action" field.

    • 10

      Hold the "Ctrl" button and press "S" to save your changes.

Tips & Warnings

  • If you need to create several check boxes, click "Insert," "Form" and "Checkbox Group." This window allows you to easy add multiple check boxes.

Related Searches:

References

Comments

Related Ads

Featured