To quickly scroll to a
tag, start to type the
tag name.
150 Tutorial: Working with Code
5.
With the insertion point between the opening
tag, type an opening angle bracket (<).
<p>
A list of tags appears at the insertion point.
You can set the length of the delay before the list appears by selecting
Edit > Preferences (Windows) or Dreamweaver > Preferences (Macintosh),
and then selecting Code Hints from the category list on the left. In Code
view, you can display a code hints menu at any time by pressing
Control+Spacebar, and you can close a code hints menu at any time by
pressing Escape.
6.
Select the
tag from the list, and then press Enter (Windows) or
img
Return (Macintosh) to insert the first part of the tag.
7.
Press Spacebar to display a list of attributes for the tag.
8.
Begin to type src, and press Enter (Windows) or Return (Macintosh)
when the
attribute is selected in the hints menu.
src
The word Browse appears, selected, below the code you just typed.
9.
Press Enter (Windows) or Return (Macintosh) to browse to a file.
tag and the closing
<p>
Need help?
Do you have a question about the DREAMWEAVER 8-GETTING STARTED WITH DREAMWEAVER and is the answer not in the manual?