Editing the Navigator
Your PrismWeb site has a navigation bar included on each page of your website.
As new pages are created or if you break out your navigation to lead directly to specific catalogs, you will want to update it from time-to-time. The Navigation code is located in the includes folder, in the nav.asp file.
Add a New Drop Down Element
In the file/folder list, open the includes folder, locate the nav.asp file and double-click it to edit the file.
Locate the area of the navigator you want to edit. Your navigation is created using various unordered (bulleted) lists (UL).
Use the code information in your navigation to identify what changes need to be made.
If creating a new drop down options, copy the code for the previous drop down option.
Paste the copied code between the elements you’d like the new drop down to display. If you’d like it to be after your current last option, paste the code between that and the closing </ul> tag.
Change the drop down option text and links.
Save the file.
Verify that the changes you made in your HTML editor are working correctly by opening your web browser and going to the page you edited.
Note: If you already have a page open in your web browser, you will need to refresh the page in your browser.
Add a New Tab
In the file/folder list, open the includes folder, locate the nav.asp file and double-click it to edit the file.
Locate the area of the navigator you want to edit. Your navigation is created using various unordered (bulleted) lists (UL).
Use the code information in your navigation to identify what changes need to be made.
If creating a new tab in your navigation, copy the code for the previous tab.
If you want to add a new tab after the Store tab, paste the copied code after the code for the store tab.
Change the tab name and the drop down option text and links.
Save the file.
Verify that the changes you made in your HTML editor are working correctly by opening your web browser and going to the page you edited.
Note: If you already have a page open in your web browser, you will need to refresh the page in your browser.
First Published 06/25/2020
Edited 06/25/2020
© 2020 Nebraska Book Company, Inc. All rights reserved.