Search code examples
htmloutlookjustify

html email template and justified text


I've got an html email template (using table hell) with the resulting email looking fine in gmail and outlook 2003. In outlook 2007, the text is however not justified (instead it's left justified). Is there a work around for this?

The relevant code used:

<td style="text-align: justify;">

doctype:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Thanks


Solution

  • Looks like it might be a bug in Outlook 2007.

    http://www.campaignmonitor.com/forums/viewtopic.php?id=1149

    There isn't really a workaround either I'm afraid; it's probably just not possible.