Jenger Posted July 5, 2007 Share Posted July 5, 2007 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 More sharing options...
arianhojat Posted July 6, 2007 Share Posted July 6, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.