How to install and use Auto Nav: 1) Download Auto Nav.html from the site and place it in your Configuration/Commands directory under Dreamweaver. Make sure you have installed the DWfile extension! 2) Look at the example.html source 3)To use Auto Nav you have to do two kinds of things: a) insert into the pages you want to show up in the nav bar a meta tag who's name is "autonavigation", and who's content is whatever text you want to show up in the navbar. For example: b) insert into the pages that you want the navbar to show up a table. This table needs to have a class attribute of either "autonavigationwide" or "autonavigationtall". I recommend installing the Class And ID Inspector command to do this easily. (Set the class of the table) 4) If you have done the above, now restart DW (unless you already did to do 3a and 3b). 5) Open any page in the site (this is because you cannot run commands without having a page open). 6) Run the Auto Nav command and read the instructions. Click GO. 7) Auto Nav will first build a "database" of links to key locations in your site - which you specified using the META tags. It then goes through the site a 2nd time and replaces all the tables whose class is one of the two above with newly created tables containing the links to the locations. The border and width for tall tables is preserved and the border and height for wide tables is preserved. If you want to set bgcolor and stuff, you should use CSS for that. Just add two css classes to the stylesheet called "autonavigationtall" and "autonavigationwide" with the font and other info you want. If you have any problems feel free to email me. andreww@netscape.com