Hi all, forgive my lack of technical expertise with the terminology of this menu:
One of my submenus has this directive:
aI("align=center;separatorcolor=orange;separatorsize=1;text=Sales;type=header;");
Is it possible to bold this text? If so, what is the variable & attribute?
Thanks in advance.
Can text in menu be configured to bold?
-
- Beginner
- Posts: 2
- Joined: Wed Mar 01, 2006 7:37 pm
Hi,
Add fontweight=bold to that string. It should then look like this:
Hope this helps.
Add fontweight=bold to that string. It should then look like this:
Code: Select all
aI("fontweight=bold;align=center;separatorcolor=orange;separatorsize=1;text=Sales;type=header;");
-
- Beginner
- Posts: 2
- Joined: Wed Mar 01, 2006 7:37 pm
Hi
its a style property. The style properties are listed here:
http://milonic.com/styleproperties.php
Michael
its a style property. The style properties are listed here:
http://milonic.com/styleproperties.php
Michael