Wie halten Sie hintergrund-Bild von der Wiederholung in Outlook 2007 und bis

Ich bin mit VML-für ein hintergrund-Bild in einer html-E-Mail. Der hintergrund wiederholt sich in MSO, 12, 14, und 15, trotz einer "no-repeat" - Wert in der VML-Objekt. Code unter:

<td align="center" valign="top" style="background-image: url('http://secure.sportssystems.com/eventdata/6389/images/APIInviteBackground.jpg'); background-repeat:no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: top center;">
    <xsl:comment><![CDATA[[if gte mso 9]>
        <v:rect xmlns:v="urn:schemas-microsoft-com:vml" fill="true" stroke="false" style="background-repeat: no-repeat; mso-width-percent:1000; height:775px; top: 0; left: 0; border: 0;z-index: 1">
             <v:fill type="tile" src="cid:http://.../myimage.jpg" />
    <![endif]]]></xsl:comment>

Habe ich auch versucht, mit Hilfe v:hintergrund:

<v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t" style="background-repeat: no-repeat; mso-width-percent:1000; height:775px;">
    <v:fill type="tile" src="cid:http://secure.sportssystems.com/eventdata/6389/images/APIInviteBackground.jpg" />
</v:background>

Dann bekomme ich aber kein hintergrund. Ich halte Euch anschließen, da ich das Gefühl habe, die Lösung ist etwas einfach, aber würde jede Hilfe dankbar...

InformationsquelleAutor Cmaso | 2015-01-12
Schreibe einen Kommentar