Hi guys,
I have a HTML file being used for my email signature that works fine. However, when I try to use an image, it shows a red x.
I get these 2 messages in the task bar prior to red x:
Making HTTP connection to host www.SITENAME.com using port 80.
Then after a while, it fails and says, Image or Object not found on server.
However if I copy and paste the image URL into a browser it loads the image up straight away.
I have used the "Try it for yourself" section on
http://www.w3schools.com and the img src loads, so I am led to believe there is something within notes, or the server that it causing the issue?
Any ideas? Sample code below - Thanks
<HTML>
<body>
<font size='-1'><font face='Default Sans Serif'>
<br><br>
Kind regards,<br><br>
TEST<br>
TEST<br>
<a href='http://www.TEST.com'>www.TEST.com<img src="http://www.psclistens.com/media/uploads/lotus_logo.jpg" alt="Lotus Test" width="100" height="42"/></a><br>
email: <a href='mailto:TEST@TEST.com'>TEST@TEST.com</a><br>
</body>
</HTML>