I am sitting here and panicking, because I started on a work, where my first assigment is to update some linkpirctures, there is missing in a return email for a customer. The path to the picture is 100% correct, but I still do not get any pictures in the email when I test it.
It was the person who worked before here that made this code.
`<a target=\"_blank\" style=\"text-decoration: none;\"
href=\"https://www.facebook.com/domain.page?ref=ts&fref=ts\">\r\n
<img src=\"http://test.domain.com/images/domainEmail/ico-facebook.png \"
border=\"0\" style=\"vertical-align: top;\" width=\"29\" height=\"28\" alt=\"fb\" />\r\n`
</a>\r\n
I just deleted the webpage name and put in domain instead. But it is the img src I cannot figure out
<img src=\"http://test.domain.com/images/domainEmail/ico-facebook.png \"
If the picture excist in this link, is it correct what I did? I am a little bit in doubt what the \ means in the context. When I test it, I still do not get any pictures on the email.
Really hope somebody here can help me?