- Joined
- Sep 28, 2007
- Messages
- 1,520
- Points
- 0
Right ok, the situation is there is a bug in my HTML script that seams to have randomly appeared for absolutly no reason. I have recoded the entire thing from scratch so it displays the same as the other one yet I still have the same problem.
I made an email signature for work in HTML a while back and I designed it to I could change an image in the signature remotly from my computer by just uploading a new image in place of the other one which automatically updates all computers here.
Heres the code, what seams to be happening is when people reply to an email it moves the entire email and signature of the person they are replying to over to the right hand side of the signature. From what I can see, everything is fine.
Tempory solution is setting everyones email to only show the signature on new emails and not on replies but I need to get this fixed ASAP.
Any ideas?
Edit: Fixed the aligning issue but now the images duplicate themselfs under the signature on hotmail and the images don't always show up on all emails.
I made an email signature for work in HTML a while back and I designed it to I could change an image in the signature remotly from my computer by just uploading a new image in place of the other one which automatically updates all computers here.
Heres the code, what seams to be happening is when people reply to an email it moves the entire email and signature of the person they are replying to over to the right hand side of the signature. From what I can see, everything is fine.
Code:
<table border="0">
<tr>
<td><strong>Regards,<br />
NAME<br />
TITLE<br /></strong><br /><font size="2">Horizon Global Electronics Ltd<br />
**** *<br />
**** ****<br />
**** ******<br />
******<br />
*****<br />
**** ***<br />
****** *******<br /><br/>
Phone: +44 (0) **** ******<br />
Fax: +44 (0) **** ******<br />
Email: <a href="mailto:EMAIL@horizonhge.com">EMAIL@horizonhge.com</a><br />
Web: <a href="[url]http://www.horizonhge.com">http://www.horizonhge.com</a></font></td>[/url]
<td><br /><br /><br /><a href="[url]http://www.horizonhge.com"><img[/url] src="[url]http://download.horizonhge.com/gendir/queens.gif"[/url] alt="Queens Award" width="129" height="206" align=right border="0"></td>
</tr>
<tr>
<th colspan="2" align=left><br /><a href="[url]http://www.horizonhge.com"><img[/url] src="[url]http://download.horizonhge.com/gendir/horizonbanner.gif"[/url] alt="Horizon Global Electronics" width="468" height="60" border="0"></a><br /><a href="[url]http://www.horizonhge.com"><img[/url] src="[url]http://download.horizonhge.com/gendir/show.gif"[/url] alt="Horizon Global Electronics" width="468" height="26" border="0"></a><br /><font size=2><a href="[url]http://www.horizonhge.com/email_disclaimer.html">http://www.horizonhge.com/email_disclaimer.html</a></font>[/url]
</th>
</tr>
</table>
Tempory solution is setting everyones email to only show the signature on new emails and not on replies but I need to get this fixed ASAP.
Any ideas?
Edit: Fixed the aligning issue but now the images duplicate themselfs under the signature on hotmail and the images don't always show up on all emails.