Another CuteEditor Headache... E-mail address replaced in the href="mailto...

  •  01-30-2006, 11:27 AM

    Another CuteEditor Headache... E-mail address replaced in the href="mailto...

    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">myfirstemail@mydomain.com</a>
    <a href="mailto:myfirstemail@mydomain.com">mysecondemail@mydomain.com</a>
    <a href="mailto:myfirstemail@mydomain.com">mythirdemail@mydomain.com</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">myfirstemail@mydomain.com</a>
    <a href="mailto:myfirstemail@mydomain.com">mysecondemail@mydomain.com</a>
    <a href="mailto:myfirstemail@mydomain.com">mythirdemail@mydomain.com</a>

     
    I'll appreciate any help.
     
    Sébastien Nunes.
View Complete Thread