Hi,
I want to use an ampersand in a button: A&R
How can this be done?
Hi.
You can try follow solution: On tab Insert you can choose More and then HTML control. In this control click on Edit HTML and paste this code:
<a href="#"><button>A&R</button></a>
replace #
by your link and &
by other character if needed.
> Hi,
>
> I want to use an ampersand in a button: A&R
> How can this be done?
Hi.
You can try follow solution: On tab **Insert** you can choose **More** and then **HTML** control. In this control click on **Edit HTML** and paste this code:
<a href="#"><button>A&R</button></a>
replace `#` by your link and `&` by other character if needed.