|
|
Where do I add my "blahblah.htm" page links in js menu?
Return to Recent Questions
Q:
Where do I add my "blahblah.htm" page links in js menu?
Copy of menu data below. I assume it is between the first
pair " " but not sure about all the , , , , , "0" etc following.
["Home","", , , , , "0", , ],
��� ["Contact","blahblah.htm", , , , , "0", , ],
������� ["|Hosts","", , , , , , , ],
A:
You're right, the following syntax is correct:
["Contact","blahblah.htm", , , , , "0"]
Here is the format for a menu item:
["text", "link", "icon1", "icon2", "tip", "target", "styleIndex"]
Please, try to use Deluxe Tuner application to configure your menu:
http://deluxe-menu.com/deluxe-tuner-info.html
Return to Recent Questions
|