linking code for HTML Email Image

Status
Not open for further replies.

davidjp

New Member
Hi folks,

I'm using my web server to host an image (that will be used for an email marketing campaign by someone else). Questions are:

1) What code to I need to add to the following to ensure that when the image is clicked the user is sent to the clients webpage (and not my own).

2) What do I do to ensure that any mail clients blocking html will see something, rich text and a url etc...

Here's the HTML as it is:

<HTML>
<HEAD>
<TITLE>My-Test</TITLE>
</HEAD>
<BODY>
<A HREF="http://www.mywebsite.com"><IMG SRC="http://www.mywebsite.com/wp-content/uploads/2016/09/test-image.jpg"></A>
</BODY>
</HTML>

Thanks everyone, really appreciate it :)

D
 
Status
Not open for further replies.
Back
Top