Next, you'll use the Tag Chooser to wrap a div tag around one of the images on the page. You can then assign margins, borders, or colors to the image as you desire. There are a variety of ways to wrap a div tag around an image; this section explains how to use the Tag Chooser, which helps you insert any tag and add appropriate attribute values.
You'll see that the code for the selected image is selected in Code view. Make sure the entire img tag is selected, including the opening and closing angle brackets.
The Tag Chooser appears.
A list of tag names appears in the right pane; select div from that list.
|
NOTE |
|
You can also select the HTML Tags category, and then select the |
A tag editor for the div tag appears.
Dreamweaver inserts the div tag in your page, wrapping it around the image tag.