Recent Questions
Q: Can I put the icon on the left hand side of the text or does it have to be the right in the tree menu script?
A: You can put the icon as you wish on the left or right side.
You may set a alignment of icons and arrows.
To set them use these parameters:
var ticonAlign="right";
var texpandBtnAlign="right";
To set alignment of the top items in XP-style use:
var tXPAlign="right"; Q: Deluxe Tunes says:- “Use "File/Export to HTML" to see how to write the code within html page.”
If I use this the generate the code it places the
But if I look at your website code it looks as if it should be placed within the <Body> </body> tags
Can you confirm where this should be placed? As we are seeing the dmlinks before the page is displayed.
A: You should paste search engine friendly code into the <body> tag.
Q: I downloaded a trial version of your software and I did so because your description says it can utilize a database.
I have tried to modify a menu with my database, but with no success.
If you can shed some light on this, I would greatly appreciate it.
Once I can successfully alter a menu with a database, then I will purchase this software.
A: You can find the example with PHP here:
http://deluxe-menu.com/generate-menu-from-database-xml-php-asp-vb-support.html
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Q: I was trying to work out how to set the target for a link in html tab menu
A: No,unfortunately it is not possible in Deluxe Tabs now.
But you can write your links in the following way:
["Item 1","javascript:window.open('http://www.google.com','_blank','height=600,width=800,status=yes,toolbar=no,
menubar=no,location=no');", "", "", "", "", "", "", "", ],
["Item 2","javascript:window.open('http://www.deluxe-menu.com','_self');", "", "", "", "", "", "", "", ],