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

link|improve this question
1  
Do you have the code for the email? – Shadi Almosri Jul 21 '10 at 10:50
Yes, I thought I put in the relevant code, but it has been disappeared. The relevant part: <code> <td style="text-align: justify;"> </code> doctype: <code> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">; <html xmlns="w3.org/1999/xhtml">; </code> – Ernst Jul 21 '10 at 11:02
feedback

2 Answers

up vote 0 down vote accepted

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.

link|improve this answer
Thanks, I expected just an odd quirk of outlook 2007. I'm surprised they broke it altogether compared to 2003. – Ernst Jul 21 '10 at 11:50
feedback

It is Microsoft making our jobs easier and their customers user experience supreme. Obviously.

Also try style=" float:left;"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.