Hi,
Can anyone advise me on the errors of my ways with regards to incorporating a mailto hyperlink into my webpage using the mailto code. Using this method appears to be exhibiting an error "Please Detail Correct Email Address" when infact the email address I am using is infact correct, could it be the layout of the code that is in question? Can anyone help?
Thanks
Panda Wheels
Solved! Go to Solution.
You could just create a button, fill in the button properties, opt for link to email and fill in the recipient's email address along the lines of guinevere@camelot.co.uk and close the button properties.
If you are simply highlighting text and trying to create a mailto using the hyperlink method, the mailto won't work.
If you have some knowledge of html, the code should be:
<a href="mailto:guinevere@camelot.co.uk">Email Us</a>
You could just create a button, fill in the button properties, opt for link to email and fill in the recipient's email address along the lines of guinevere@camelot.co.uk and close the button properties.
If you are simply highlighting text and trying to create a mailto using the hyperlink method, the mailto won't work.
If you have some knowledge of html, the code should be:
<a href="mailto:guinevere@camelot.co.uk">Email Us</a>
Cheers Lancelot, I've got a good working knowledge of HTML and know the codes for mailto and hence why I thought it would work within Easysitewizard in the same way, but obviously not. Perhaps I'll just use the Editor in the advanced mode and see if I can tamper that way.
Cheers. ;o)