How to Setup Deluxe Tree into HTML Page
1. Open the folder where you saved the project. This folder contains:
- @datafile@ file - the file with menu parameters and items;
- @datafolder@ folder - the folder with menu engine js files and images.
2. Copy @datafile@ file and @datafolder@ folder into the folder where html file is placed.
3. Open your html file in text editor, copy the following code into clipboard and paste it into the <head> tag:
If you use the html editor such as Frontpage or Dreamweaver and it brakes html code of your page when you paste the menu,
move the above code after <body> tag.
4. Copy the following code into clipboard and paste it into the place you want to have the menu:
5. Save your html file and enjoy the menu!