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
https://forums.phpfreaks.com/topic/58632-newsletter-help/
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
https://forums.phpfreaks.com/topic/58632-newsletter-help/#findComment-291195
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.