HTML & PDF problem - HELP!!!

ncindasun

New Member
:?:

Just started using MaxBulk and am on a serious deadline. I'm rtying to send out a text/html message with a .pdf attachment.

When I test it, the result is the message is correct EXCEPT for the fact that the 1st page of the .pdf is displayed at the bottom of the message.

Help! I'm running on a Mac with Entourage.

Thank you.
 

ncindasun

New Member
Never mind. I found the answer by using one of Stan's solutions to another problem

"This an Entourage bug. When the HTML is very simple it strips the HTML tags rather than rendering it. A workaround is to embed the text in a table. Place this code on very first line:

<table width="600" border="0"><tr><td>

and on very last line:

</td></tr></table>

You can modify the '600' width."
 
Top