Editing the menu in VPASP Free Version
One of the features not included in the Free Version of VPASP is the ability to easily modify the horizontal navigation menu from within the VPASP administration section.
If you need to do this in the free version, you will need to manually edit the HTML code in the horonavbar.htm file which is located in the "editor" folder.
For example, to remove the "Search" menu you can perform the following:
1. Open horonavbar.html in a text/HTML editor. You will find this file in the "editor" folder
2. Locate the code below (around line 17 to 19)
<td class="last">
<a href="shopsearch.asp" target="_self"><%= getlang("langcommonsearch")%></a>
</td>
Remove these lines from your file
Other menu links can similarly be added or removed simply by modiying the code in this file.
Times Viewed:
1963 |
Added By:
Claire Banks |
Date Created:
10/31/2007 |
Last Updated:
10/31/2007 |
|