Hi,
I have a problem editing a page containing multiple e-mail address.
I paste my HTML code which contains different <a> tags like
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
when I switch to design mode all my e-mail address have the same href than the first e-mail appearing on the page so my code looks like this:
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
<a href="mailto:myfirstemail@mydomain.com">
[email protected]</a>
I'll appreciate any help.
Sébastien Nunes.