This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
Dreamweaver's Find and Replace tool is used to search for and make changes to text within the document you are working on, within selected documents, or throughout the entire website. Searching the source code will take you into the code and stop at each occurrence of the text specified. This includes all meta tags when applicable. This document discusses how to find and replace text within the source code and uses the example of changing the Alt tag of an image.
From the Edit menu, select Find and Replace...
OR
Press [Ctrl] + [F]
The Find and Replace dialog box appears.

From the Find in pull-down list, select an area to search
NOTE: For a description of these options, see Where You Can Search: Find In Options.
EXAMPLE: Select Current Document
From the Search pull-down list, select Source Code
In the Find text box, type the text you are searching for
NOTE: It is not necessary to include the tag or attribute, but doing so will help refine your search.
EXAMPLE: Type alt="UWEC Bldg"
In the Replace text box, type the replacement text
EXAMPLE: Type alt="Photo: Schofield Hall"
OPTIONAL: From Options, select the options appropriate to your search
EXAMPLE: Select Ignore whitespace
NOTE: For an explanation of the Find and Replace Options, refer to Using Find and Replace: An Overview.
Click FIND NEXT
NOTE: If you are not working in either the Show Code view or Show Code and Design view, the Show Code view window will open and display the first occurrence of the information searched.
Click REPLACE or REPLACE ALL
NOTES:
Use the Replace option to replace each occurrence of the information individually. Clicking FIND NEXT will advance to and review subsequent occurrences.
WARNING: Use the Replace All option with caution. This option will replace your specified information throughout the entire document(s).
Repeat steps 7 and 8 until all desired occurrences are replaced
To close the Find and Replace dialog box, click CLOSE
Dreamweaver will remember your last search within a given document. If you have closed the Find and Replace dialog box, you can resume your prior search using the Find Next option. This option will not replace a specific occurrence within within your text, but will allow you to pass over an individual occurrence of your search and automatically locate the next one.
From the Edit menu, select Find Next
OR
Press [F3]