I made my first newsletter. I tested it by sending it to myself.
But why do all the links go to my homepage and not to the specific url I gave it?
Like code:
Als u de nieuwsbrief niet meer wilt ontvangen, klik dan <a href="mailto:[email protected]" target="_new">
This is going to the homepage even as:
<a href="http://www.itdentity.nl/diensten/hoog-scoren-in-google">Lees verder... </a>
This is the code above my document:
<form id="form1" name="form1" method="post" action="">
</form>
But why do all the links go to my homepage and not to the specific url I gave it?
Like code:
Als u de nieuwsbrief niet meer wilt ontvangen, klik dan <a href="mailto:[email protected]" target="_new">
This is going to the homepage even as:
<a href="http://www.itdentity.nl/diensten/hoog-scoren-in-google">Lees verder... </a>
This is the code above my document:
<form id="form1" name="form1" method="post" action="">
</form>