Okey dont know how to respond to a respond but all the extra css is there to make sure that the Preheader is not shown in the foward to or respond email. All email providers like gmail.com will handle the email like a new one and strip away some code
I do not have either much css properties for display none. I juste use font-size, display, visibility and my font color is like background.
All style is inline CSS.
Okey dont know how to respond to a respond but all the extra css is there to make sure that the Preheader is not shown in the foward to or respond email. All email providers like gmail.com will handle the email like a new one and strip away some code
I did not know that pre- header need so much css properties, I just put a disply none!important. and it works fine everywhere. Did I missed somethink?
I do not have either much css properties for display none. I juste use font-size, display, visibility and my font color is like background.
All style is inline CSS.
font-size:0px;display:none;visibility:hidden;color:#f2f2f3;background:#f2f2f3;