Does anybody know how to get a double quote (") in a mouse over. I want to display something like this: Select "Test" Button.
I've tried every combination of single and double quotes but I cannot get it to work. I am using the title attribute to do it. Here is what it looks like.
<input type="checkbox" name="transfer" title='Select this box to activate the "Transfer Now" button.'>
The mouse-over cuts off everything after the first double quote.
Thanks In Advance
Jeff Sulman
I've tried every combination of single and double quotes but I cannot get it to work. I am using the title attribute to do it. Here is what it looks like.
<input type="checkbox" name="transfer" title='Select this box to activate the "Transfer Now" button.'>
The mouse-over cuts off everything after the first double quote.
Thanks In Advance
Jeff Sulman