on 2019 May 22 1:13 PM
Hey,
I'm looking for a way to create a preheader in an email in the marketing cloud.
Has anyone some experiences with this topic? Or have anyone some ideas which I can put a preheader in the email?
Best regards!
Lisa
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi Lisa,
A workaround could be to create a text block on the first position and "hide" it via HTML header definition
<style type="text/css">
.preheader {
display: none;
Best regards,
Silvia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Silvia!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
or better to use Inline CSS :
<div style=“display: none”>some preheader content</div>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.