Different text styles in a single menu option

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
yippy
Beginner
Beginner
Posts: 2
Joined: Tue Jul 05, 2005 12:21 am

Different text styles in a single menu option

Post by yippy »

I've been asked to create a menu something like:
Productivity
Sales Training

Where the P in Productivity and the T in Training are bold.

Is it possible to have different text styles within a single menu item text?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Yes, just encase the letter inside < B > and < /B > like this:

Code: Select all

aI("text=<B>P</b>roductivity");
aI("text="Sales <b>T</b>raining;");
Hope this helps,
Andy
yippy
Beginner
Beginner
Posts: 2
Joined: Tue Jul 05, 2005 12:21 am

Post by yippy »

Ah! With the font I had, bold just wasn't apparent. Underline works great, though. Thanks!
Post Reply