Is it possible to have wrap in the middle of the text in the dhtml menu horizontal
Return to Recent Questions
Q:
I am setting up a menu with word wrapping "on". Is it possible to have the
wording in the middle of the text go to a new line? If so, how do I do that?
A:
Unfortunately, you can't do it.
You can only set the following parameter
var noWrap=0;
and use <br> tags in the text, for example
["ffffffff<br>fffffffffffff<br>fffffffffff Info","", "default.files/icon1.gif", "default.files/icon1o.gif", , , "0", , , ],
Return to Recent Questions
|