Klippschliefer
29.12.2011, 13:11
Bekomme Top20-Mails im HTML-Format, allerdings ab 09.12. ohne Bilder.
Es werden nur folgende 4 Bilder angezeigt sonst nichts mehr. Bis 08.12. hat das aber funktioniert.
myabo_banner_468x60.jpg
digitalfernsehen001.jpg
mail_abmelden.jpg
logo_small.gif
Beim HTML-Code fehlt die img src-Zeile.
-----------------HTML bis 08.12.--------------------------------------
<td width=100>
<div style='width:100px;height:100px;overflow:hidden;ma rgin-bottom:3px;margin-top:3px;'>
<img src='http://www.ingame.de/files/2011/12/The-Voice-Of-Germany-Scoutingtour-startet.jpg' border='0' height=100>
</div>
</td>
------------------------------------------------------------------------
------------------HTML ab 09.12.---------------------------------------
<td width=100>
<div style='width:100px;height:100px;overflow:hidden;ma rgin-bottom:3px;margin-top:3px;'>
</div>
</td>
------------------------------------------------------------------------
Klippschliefer
Es werden nur folgende 4 Bilder angezeigt sonst nichts mehr. Bis 08.12. hat das aber funktioniert.
myabo_banner_468x60.jpg
digitalfernsehen001.jpg
mail_abmelden.jpg
logo_small.gif
Beim HTML-Code fehlt die img src-Zeile.
-----------------HTML bis 08.12.--------------------------------------
<td width=100>
<div style='width:100px;height:100px;overflow:hidden;ma rgin-bottom:3px;margin-top:3px;'>
<img src='http://www.ingame.de/files/2011/12/The-Voice-Of-Germany-Scoutingtour-startet.jpg' border='0' height=100>
</div>
</td>
------------------------------------------------------------------------
------------------HTML ab 09.12.---------------------------------------
<td width=100>
<div style='width:100px;height:100px;overflow:hidden;ma rgin-bottom:3px;margin-top:3px;'>
</div>
</td>
------------------------------------------------------------------------
Klippschliefer