Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
134 views
in Technique[技术] by (71.8m points)

Newsletter not showing when about to send

I have a problem with a client's newsletter… I've provided everything he needs (html + images are uploaded on the server), the news is well on the web (http://vo-music.com/newsletters/newsletter-vomusic-voeux2021/voeux2021.html) BUT when he tries to copy it on his emailing app he says images are not showing, he just gets the alt text. Any idea where it comes from ??? (of course he accuses my code. I think it's fine but here it is just in case)

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>V.O. Music - voeux 2021</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <table cellspacing="0" cellpadding="0" width="100%" margin="auto">
        <tr>
            <td width="600" margin="auto" style="background-color: #e0e0e0;">
                <table cellspacing="0" cellpadding="0" width="100%" margin="auto">
                    <tr>
                        <td width="600" height="343" style="display: block;margin-left: auto;margin-right: auto;">
                            <img src="http://www.vo-music.com/newsletters/newsletter-vomusic-voeux2021/img/voeux2021-header.jpg" alt="Bonne année 2021 !">
                        </td>
                    </tr>
                    <tr>
                        <td width="450" height="102" style="display: block; margin-left: auto;margin-right: auto;margin-top: 30px;">
                            <a href="http://vo-music.com/artistes/" target="_blank">
                                <img src="http://www.vo-music.com/newsletters/newsletter-vomusic-voeux2021/img/voeux2021-message.jpg" alt="Découvrez nos artistes en tournée">
                            </a>
                        </td>
                    </tr>
                    <tr>
                        <td width="450" height="458" style="display: block;margin-left: auto;margin-right: auto;margin-top: 30px;">
                            <img src="http://www.vo-music.com/newsletters/newsletter-vomusic-voeux2021/img/voeux2021-artistes.png" alt="Artistes V.O. Music">
                        </td>
                    </tr>
                    <tr>
                        <td width="600" height="155" style="display: block;margin-left: auto;margin-right: auto;margin-top: 30px;">
                            <img src="http://www.vo-music.com/newsletters/newsletter-vomusic-voeux2021/img/voeux2021-footer.jpg" alt="Nos coordonnées">
                        </td>
                    </tr>
                    <tr>
                        <td width="600" height="30" style="display: block;margin-left: auto;margin-right: auto;">
                            <a href="http://www.vo-music.com/newsletters/newsletter-vomusic-voeux2021/voeux2021.html" target="_blank" title="Voir en ligne" style="text-decoration:none;color:#a0a0a0;">
                                <p style="font-family: Arial, Helvetica, sans-serif;font-size: 0.6em;text-align: center;">Si rien ne s'affiche, veuillez cliquer ici</p>
                            </a>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>  
</body>
</html>
question from:https://stackoverflow.com/questions/65843916/newsletter-not-showing-when-about-to-send

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...