Interactive Map & Drop-Down Menu (DDM)
Drop-Down Menu Editing
Click here to view the file definitions.
• county_name.htm - downloaded html webpage containing DDM
• mapisland_files - downloaded folder containing interactive map set
• ddm code - html code to display the drop-down menu on a webpage, the part of county_name.htm page
|
You might need to make some changes in a drop-down menu of state
or county. In a folder mapisland_files locate folder of desired state and open
for editing appropriate county file county_name.htm. For instance, you need to make changes
into DDM of Kent county (kent.htm) of Delaware state (folder delaware).
Step 1.
Open C:/Your Website/mapisland_files/delaware/kent.htm file with any text/html editor.
See example.
Step 2.
2.1. In order to remove town (Clayton) from the DDM list, you
have to delete line with the town’s name from the ddm code (highlighted red).
2.2. In order to add town (Dover) to the DDM list, you have to add a
line with the town’s name to the ddm code (highlighted green).
2.3. If you like to change an order, in which towns appear on DDM list, just
swap the appropriate lines. For instance, you like to put town of Little Creek
ahead of Kenton on the ddm code (highlighted blue).
See example.
Step 3.
Save and upload county_name.htm to your web server/FTP.
|