Recent Questions
Q: Just wondering if it's possible to have the sub menu of my collapsible dhtml menu that appear when the "+" is clicked stay open when another page loads. I tried downloading the trial version & can't get that to happen.
 Click on "web development" and then "web design portfolio" - when the new page loads the menu closes. Is it possible to have it remember which sub menus were showing when the new page loads?
A:  Deluxe Tree has save state feature. You should set the followingparameter:
  var tsaveState=1;
Q: I tried to create this html version and it is still not working.
I have saved all of the files in the correct places and what it gives me is just all of the links in a straight line across the top of the page. 
 I really think it is sitebuilder that is creating the issue with the structure of the head and body tags, but I a am a little new so I may be wrong.
 
A: You should delete  tag from your code. 
Please delete the following string from your html page.
 <base href="file:///C:/Program%20Files/Yahoo%20SiteBuilder/sites/rainforestanimals/rainforestanimal/test2.html"> 
Q: I am evaluating your Deluxe Tuner / Tab program and was wondering how to add content below the tabs, like you have on your site. 
 You have the tabs, then a content area below each tab. How is this done with your product.
 
A:  You should use ID attribute of object to show in the second parameterof bmenuItems. You set it in the "Item Parameters" window ("Link"parameter). 
You should also set: 
  var tabMode = 0; 
So, you'll have, for example, the following bmenuItems: 
 ["tab text","div1", ...], 
 ["tab text","div2", ...], Here "div1" and "div2" is IDs of objects within your html page, for example: 
 <div id="div1">text 1</div> 
 <div id="div2">text 2</div> 
You can also see examples, which you can find in the trial package.
Q: How do I make the vertical navigation bar display in Chinese?
A:  You should open your data file in Deluxe Tuner.Set "Tools/Use utf8 encode" option in Deluxe Tuner.
And then replace all English words with Chinese.
You can also do it in any text editor.