cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Preheader in email with a short summary

lisa_w
Participant
0 Likes
480

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

Accepted Solutions (1)

Accepted Solutions (1)

silviabackes
Product and Topic Expert
Product and Topic Expert

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

Answers (2)

Answers (2)

lisa_w
Participant
0 Likes

Thanks Silvia!

silviabackes
Product and Topic Expert
Product and Topic Expert
0 Likes

or better to use Inline CSS :

<div style=“display: none”>some preheader content</div>