HTML E-mail and Complex tables and Styles not rendering properly

J

JP

Afternoon I have an HTML e-mail that I need to distribute which utilizes
complex tables and styles.
http://navupak.com/netli/enews-volume2.html

When it reaches certian outlook browsers it doesn't render properly. BC it
seems to use a partial version of IE to display it as noted here MS KB
249972.

Is there code I can embed in the HTML to make outlook invoke the full
version of IE to display the e-mail properly?

Warmly,
JP
 
D

David C. Holley

Have you thought about send the HTML as an attachment? Doing so SHOULD
cause the file to be opened in a full-blown browser. Also, the use of
tables for formating purposes is a big No!No!. You'll find that using
CSS is MUCH easier to deal with and you might find that converting to
CSS will solve the problem below.

Go Firefox!
David H
 
Top