I need to put either spaces in java menu code to level it out or a carage return
Return to Recent Questions
Q:
Hi I have a menu item which has a word wrap on it. The word wrap it auto
so instead of saying the following
Sickline Call
123456789
It says
Sickline Call 123
456789
I need to put either spaces in the title to level it out or a carage return
A:
You can use any <html> code within menuItems, for example:
var menuItems = [
["Home","testlink.html", "", "", "", "", "", "", "", ],
["Sickline Call<br>123456789","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "", "", "", ],
Return to Recent Questions
|