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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.