hide expand content in email

Vlada_Prasolova
Level 5

hide expand content in email

is there a way to hide a portion of email text to make it shorter with an option of "expand content" if a person wants to read more?
Tags (1)
2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: hide expand content in email

Not that I know of. Try searching around.

One easy way is to have the link "Read more" and have it go to your blog post or landing page with the rest of the info.
Anonymous
Not applicable

Re: hide expand content in email

To hide / unhide content selectively on web pages, you will need to write javascript code. But even if you were to write such a code, it most likely not work in an email client. Most email clients will have javascript turned off. 

You can have
a> Use anchor tags in email so you can show summary at the top with 'Read more' links which link to the full articles which will be further down in the email. 
b> You can use these 'Read more' links point to a landing page with appropriate anchor tags.

See if http://help.typepad.com/anchor-tags.html can help.

Rajesh