N newsgroups May 25, 2007 #1 with the xml that defines my custom buttons, how do I put an ampersand '&' character into a ribbon button text?
with the xml that defines my custom buttons, how do I put an ampersand '&' character into a ribbon button text?
N newsgroups May 25, 2007 #3 Hi, Try this, <button id="MyButton" label="This && that"/> Cheers Andy -- - Show quoted text - Click to expand... THANKS VERY MUCH.
Hi, Try this, <button id="MyButton" label="This && that"/> Cheers Andy -- - Show quoted text - Click to expand... THANKS VERY MUCH.
G Guest Jun 21, 2007 #4 If you use two ampersands it will show. Haveing one will cause an underscore. Example: You want S&G to display Type : S&&G
If you use two ampersands it will show. Haveing one will cause an underscore. Example: You want S&G to display Type : S&&G