The Edit Format List Plus (+) menu
If you do not want a file in the ServerFormats folder to appear in the Edit Format List Plus (+) menu, add the following statement as the first line of the HTML file:
<!-- MENU-LOCATION=NONE -->
To determine the contents of the menu, Adobe Dreamweaver first searches for a ServerFormats.xml file in the same folder as the data formats (for example, Configuration/ServerFormats/ASP/ServerFormats.xml). The ServerFormats.xml file describes the contents of the Edit Format List Plus (+) menu, and it contains references to the HTML files that it lists in the menu.
Adobe Dreamweaver checks each referenced HTML file for a title tag. If the file contains a title tag, the content of the title tag appears in the menu. If the file does not contain a title tag, the filename is used in the menu.
After Adobe Dreamweaver finishes searching for the file, or if the file does not exist, Adobe Dreamweaver scans the rest of the folder to find other items that should appear in the menu. If Adobe Dreamweaver finds files in the main folder that aren't already in the menu, it adds them. If subfolders contain files that aren't already in the menu, Adobe Dreamweaver creates a submenu and adds those files to it.