> Massimo,
>
> Just one question how do you prevent the titles from Wrapping?
> Similar to nowrap.
>
You should use CSS for that.
Open the .css file and change:

.tmtTree li {
border-bottom: 1px solid #000000;
margin-top: 0.4em;
}

With this one:

.tmtTree li {
border-bottom: 1px solid #000000;
margin-top: 0.4em;
white-space: nowrap;
}

Now that you made me think about it, it could make sense to have this one on
by default...
You see, sharing always help :-)

----------------------------
Massimo Foti
http://www.massimocorner.com
----------------------------
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to