I'm trying to convert some type within my page into an email link.
I have the code but it's not working.
I've tried taking the code and type out of it's original place and putting it on it's own in a new document. And it works.
So I'm thinking the reason why it's not working may have something to do with it being within a class i have created when styling the page.
Any idea why this is???
Just incase you need it, here's the code;
email: <a href="mailto:info@placeyoursite.co.uk?subject=Plac e Your Site Information">info@placeyoursite.co.uk</a>
Thanks, Tom
I have the code but it's not working.
I've tried taking the code and type out of it's original place and putting it on it's own in a new document. And it works.
So I'm thinking the reason why it's not working may have something to do with it being within a class i have created when styling the page.
Any idea why this is???

Just incase you need it, here's the code;
email: <a href="mailto:info@placeyoursite.co.uk?subject=Plac e Your Site Information">info@placeyoursite.co.uk</a>
Thanks, Tom
Comment