I recently started having issues getting emails to display background images in Outlook '07 using code from Backgrounds.cm. I included a snippet below. Outlook 2010 and 2013 are good, but the Litmus email preview hangs for Outlook 2007. Take out v:rect xmlns:v="urn:schemas-microsoft-com:vml" and it displays the preview (sans the background image, though).

I've yet to get my hands on an actual copy of Outlook 2007, but has anyone else experienced something like this?

    <td background="http://homexblogs.wpengine.netdna-cdn.com/heassets12/files/DP001-LN-004-01.jpg" bgcolor="#1e8dae" valign="middle" style="text-align: center; background-position: center center; background-size:cover;">
                  <!--[if gte mso 9]>
                  <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="width:660px;height:270px;">
                    <v:fill type="tile" src="http://homexblogs.wpengine.netdna-cdn.com/heassets12/files/DP001-LN-004-01.jpg" color="#1e8dae " />
                    <v:textbox inset="0,0,0,0">
                  <![endif]-->
                  <div>
                        <!--[if mso]>
                        <table align="center" border="0" cellspacing="0" cellpadding="0" width="500">
                        <tr>
                        <td align="center" valign="top" width="450">
                        <![endif]-->
                        <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:500px;">
                        <tr>
                                <td valign="middle" style="color: #ffffff; text-align: center; padding: 50px 30px; font-family: 'Roboto', sans-serif; font-size: 18px; mso-line-height-rule:exactly; line-height:1.2;">
                                  Traveling without spending a fortune isn’t always easy. And sometimes you just don’t want to sleep on the sofa or stay in Aunt Barbara’s guest room (no disrespect to Aunt&nbsp;Barbara).
                                  <br><br>
                                  Use these clever ideas from the HomeExchange Team to make the most of your travel budget without feeling like you’re cutting&nbsp;corners.
                                  </td>
                        </tr>
                        </table>
                  </div>
                  <!--[if gte mso 9]>
                    </v:textbox>
                  </v:rect>
                  <![endif]-->
                </td>