Konsument: Outook 6 interpretiert Css-Style nicht..?

Beitrag lesen

Nochmal Hallo,

der Quellcode sieht wiefolgt aus (gekürzte Fassung):

<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="147" height="163"><img src="images/logo.gif"></td>
<td width="445" height="163"><img src="images/head.gif"></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="147" style="background-image:url(images/line_bg.gif); background-repeat:repeat-y"></td>
<td width="448" height="100" valign="top" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-bottom:20px">
{mail Content}
</td>
</tr>
</table>

mir ist aufgefallen, das Outlook den Bildern im <img> Tag, im Head der Mail, eine Id mit ner "cid:(ewig lange zeichenkette)@(ewig lange zeichenkette)" zuweist - die Hintergrundgrafik bleibt allerdings unberührt, selbst wenn ich versuche einen Pfad übers www zu verweisen. die verschickte Mail schaut dann so aus(gekürzte Fassung):

<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR>
    <TD width=3D147 height=3D163><IMG=20
      src=3D"cid:002801c6ce6c$3b771e90$0200a8c0@etc..."></TD>
    <TD width=3D445 height=3D163><IMG=20
      =
src=3D"cid:002901c6ce6c$3b771e90$0200a8c0@etc..."></TD></TR></TBODY></TABL=
E>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0>
  <TBODY>
  <TR>
    <TD=20
    style=3D"BACKGROUND-IMAGE: =
url(images/line_bg.gif); =
BACKGROUND-REPEAT: repeat-y"=20
    width=3D147></TD>
    <TD=20
    style=3D"FONT-SIZE: 12px; MARGIN-BOTTOM: 20px; FONT-FAMILY: Arial, =
Helvetica, sans-serif"=20
    vAlign=3Dtop width=3D448 height=3D100>
      <DIV>{mail content}</DIV>
      </TD></TR></TBODY></TABLE>

Viele Grüße