Link to home
Start Free TrialLog in
Avatar of jes12345
jes12345

asked on

Send HTML as email in Outlook 2007

I have seen similar questions before but I have not seen an answer that solves my issue. The issue is that I have a piece of HTML that has been created in a HTML editor that I would like to send from Outlook 2007 but I do not know how I can do this?

I have tried to open the html document in word to send it from there but the document does not render right in Word - it does however look ok in IE,Firefox and Opera.

It would be great if someone can please advise on this because I guess my only other option is to use some kind of third party product to get this done.

Thanks J
ASKER CERTIFIED SOLUTION
Avatar of dineesh
dineesh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jes12345
jes12345

ASKER

Hi - thanks for the reply. I tried but unfortunately It does not look fine. When I paste into outlook it looks just as it does when I open it in word. When I then send it the result is the same for the receiver. Thanks anyway-J
Hi,

Is it possible to paste the html code here. It could be because of any css issue or image location issue.

regards
Dinesh

Ok here it comes:
<html>
<head>
<title>Triolink Nyhetsbrev</title>
</head>
 
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="154" height="9" valign="top"></td>
    <td width="28" height="9" valign="top"></td>
    <td width="132" height="9" valign="top"></td>
    <td width="160" height="9" valign="top"></td>
    <td width="46" height="9" valign="top"></td>
  </tr>
  <tr>
    <td width="520" height="696" colspan="5" valign="top"><img src="g1.gif" width="520" height="696"></td>
  </tr>
  <tr>
    <td width="154" height="40" rowspan="3" valign="top"><img src="g7.gif" width="154" height="40"></td>
    <td width="28" height="19" valign="top"><a href="http://bruktbilpris.no/survey/roadshow_2009.php"><img src="g6.gif" width="28" height="19" border="0"></a></td>
    <td width="132" height="40" rowspan="3" valign="top"><img src="g4.gif" width="132" height="40"></td>
    <td width="160" height="20" rowspan="2" valign="top"><a href="http://www.triolink.no/"><img src="g8.gif" width="160" height="20" border="0"></a></td>
    <td width="46" height="73" rowspan="4" valign="top"><img src="g2.gif" width="46" height="73"></td>
  </tr>
  <tr>
    <td width="28" height="21" rowspan="2" valign="top"><img src="g5.gif" width="28" height="21"></td>
  </tr>
  <tr>
    <td width="160" height="20" valign="top"><a href="http://www.eurotaxglass.no/"><img src="g9.gif" width="160" height="20" border="0"></a></td>
  </tr>
  <tr>
    <td width="474" height="33" colspan="4" valign="top"><img src="g3.gif" width="474" height="33"></td>
  </tr>
  <tr>
    <td width="154" height="1" valign="top"><img src="transparent.gif" alt="" width="154" height="1"></td>
    <td width="28" height="1" valign="top"><img src="transparent.gif" alt="" width="28" height="1"></td>
    <td width="132" height="1" valign="top"><img src="transparent.gif" alt="" width="132" height="1"></td>
    <td width="160" height="1" valign="top"><img src="transparent.gif" alt="" width="160" height="1"></td>
    <td width="46" height="1" valign="top"><img src="transparent.gif" alt="" width="46" height="1"></td>
  </tr>
</table>
 
</body>
</html>

Open in new window

Hi The issue is with the image path...

For you to send out html mails - keep the images stored on a remote server and reference the image to the remote location in your html.

Else

Open the HTML - in IE
Save as a MHT file - where the images gets embedded into the mht

Open the MHT again in IE - Copy and paste into outlook.

regards
Dinesh
Hi- I tried that too. Same result.. See screenshot. I will upload the graphics as well so you can try for yourself. Thanks J
ScreenHunter-01-Apr.-28-09.35.jpg
versjon-2.zip
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

can you upload your images to your webserver and give me the path.

regards
Dinesh
Hi - I provided the images above but I can upload if that is required?
Thanks J
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok the images have been uploaded to www.handsup.se/triolink/
Thanks J