Jump to content
  • 0

img в теле html рассылки


Ankh
 Share

Question

Всем доброго времени суток.

Ночью столкнулся с e-mail менеджментом, а именно с рассылкой html писем. Верстка сделана таблицей, css'ка задана как атрибут. Все красиво, гламурно, няшно и т.д.

Но изображений нет. Ни один почтовый сервис их не видит. Прописал абсолютный путь - не помогло. Как же быть то, как сделать, чтобы почтовики видели картинки?

P.S. Изучил массу литературы по этому поводу, но к окончательному выводу так и не пришел: можно ли организовать это в хтмл, или я обречен юзать php, MIME и "cid:"? (если да, то как?)

Помогите, пожалуйста.

Код в студию:


<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>e-mail</title>
</head>

<body style="margin:0px; padding:0px">
<div id="mailsub">
<table align="center" cellpadding="0" cellspacing="0" style="width:610px">
<tr>
<td rowspan="3">
<img src="blank.gif" width="9" alt="blank"/>
</td>
<td colspan="6">
<img src="blank.gif" height="19" alt="blank"/>
</td>
</tr>
<tr style="height:44px">
<td colspan="3">
<!--/////////// Вот об этой картинке идет речь (хотя, и предыдущие 2 не отображаются, но они играют роль отступов) ///////////////// -->
<div><img src="logo.png" alt="logo" style="border-width:0px"/></div>
</td>

<!-- Далее не столь важный код -->

</table>
</div>
</body>
</html>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy