Copying html from zeroclipboard

Copying html from zeroclipboard

Hi;

I use zeroclipboard to copy text to clipboard. I want to copy and paste"SOMETHING" in any email clients email signature box with the css we apply to it. Can we copy to clipboard rendered html?can you make it so that the footer is in a copy box. i.e when you select you just get the content of the box?

This is the button
<button id="copy-button" data-clipboard-text='<?php echo $copy;?>' >Copy to Clipboard</button>

But I get this:


First name: wda
Last name: asd
Company: sd
Position: asd
Promotional message: asd
Email: <a href = "mailto:ben@yahoo.com"> ben@yahoo.com</a> 

I can't use this as email signature since the links and style wont work!

How can fix this?

Thanks heaps.