pre-header preview hack | Community
Skip to main content
New Participant
March 29, 2023
Solved

pre-header preview hack

  • March 29, 2023
  • 1 reply
  • 2383 views

Hiya folks,

 

I'm using the following combination ͏   to create white space right after the pre-header to avoiding pulling the email's elements into the inbox view/envelope content. I post the combo in my HTML Source Editor and as soon as I click apply and go back, the &#847 portion of the combo disappears. Anyone know why? Ty! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Disha_Goyal6

Hi @khyra, for me the characters that you add is adding spaces. Make sure, you have added this meta tag in head tag

<meta http-equiv="Content-Type"  content="text/html charset=UTF-8" />

Also, if you want to add some space use &nbsp; it will never disappoint you.

 

Hope this helps!

 

Thanks,

Disha 

1 reply

Disha_Goyal6
New Participant
March 30, 2023

Hi @khyra

 

please use "&#x34f;" as this is Decimal Code.

 

Thanks,

Disha

KhyraAuthor
New Participant
March 30, 2023

HI,

Do you mean use it instead of  &#847;&#8239;&nbsp? Or instead of  &#847?

Disha_Goyal6
Disha_Goyal6Accepted solution
New Participant
March 31, 2023

Hi @khyra, for me the characters that you add is adding spaces. Make sure, you have added this meta tag in head tag

<meta http-equiv="Content-Type"  content="text/html charset=UTF-8" />

Also, if you want to add some space use &nbsp; it will never disappoint you.

 

Hope this helps!

 

Thanks,

Disha