-
Topic
-
We have set up a simple stationary which contains a single cell table for a signiture block.
In this cell we have set up an image as a background. Over this we have the text. this way the signature block works for text only messages as well as HTML enabled ones and it is a very simple and effective idea.
The problem is that the stationary applet does not seem to embed the image in the email. If we set the image as the background to the body of the message it works fine. The image is embeded and the reference to it is correctly changed in the resulting html e-mail. With out table the reference remains unchanged, the image seems not to be embeded and hence no image is displayed in the resulting message.
Why does this not work?
the html code:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML><HEAD><TITLE>test</TITLE>
<META http-equiv=Content-Type content=”text/html; charset=iso-8859-1″>
<META content=”MSHTML 6.00.2800.1173″ name=GENERATOR></HEAD>
<BODY style=”MARGIN: 4px 4px 1px; FONT: 10pt Tahoma”><DIV>Type here</DIV>
<DIV> </DIV><table border=0 cellspacing=0 cellpadding=22 width=288>
<tr><td background=”fonz.jpg” height=160>
<DIV style=’font-size:14.0pt’> </DIV>
<DIV style=’font-size:10.0pt’>greg de bressac</DIV>
<DIV style=’font-size:7.0pt’><b>ratings analyst / finance executive</b></DIV>
<DIV style=’font-size:7.0pt’>555 stuff road</DIV>
<DIV style=’font-size:7.0pt’>pyrmont nsw 2009 australia</DIV>
<DIV style=’font-size:7.0pt’>telephone 11112222</DIV>
<DIV style=’font-size:7.0pt’>facsimile 11112222</DIV>
</td></tr>
</table>
</BODY></HTML>where fonz.jpg is the image and is in the correct directory along with this html file.
- You must be logged in to reply to this topic.