Jump to content

Newsletter Help


Jenger

Recommended Posts

Hello,

 

I'm making a newsletter, and in the newsletter there are article pieces. It only shows the first few paragraphs of the article, but I want to make a button that shows a hidden piece of the article.

 

I already had this down by creating the rest of the article between <FONT STYLE="Display: None" ID="Article#"> tags, and then calling to it with Javascript with a Article#.style.display = block; and it worked in the browser, but as soon as I try send the newsletter to myself, that function is gone. I tested it in Hotmail, and that's a majority of my customers, so I want them to be able to have this feature.

 

Is there any way to enable this?

 

Thanks,

 

Jengerer

Link to comment
Share on other sites

hmm not sure....

 

Some things to try...

 

Don't have # in actual name, maybe you meant as a placeholder like "Article5" (nvm if that the case).

 

Dont use <font>. Use <span style="display: none" id="article5">.

font tag is depreciated, maybe not supported as well as span.

 

Might be security restriction for running things on hotmail, try allowing hotmail.com in your IE Options->Trusted Sites and see what happens.

 

Maybe html email is restricted to certain things. :(

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.