I am just starting to use the PC version of the newsletter, mainly because I am so terrible at getting it out each month, that I need the automation! Besides, I end up editing what I was getting from the other guy anyway (to sales-y, not much info/tips like I liked) and it ended up having the articles on the News page, which is what PC uses, so I figured, why not! Eventually, I'll switch 100% and save me some money.ANYWAY..... using iContact, I have a "Sign up for my Newsletter" page on my News page, so you can sign up right there (not that anyone HAS, but it's available). I'm wondering if there is a similar way I can do this with the PC Newsletter? SO far, I've only found the "Subscribe" button on the actual newsletter itself....not very effective except in the rare case that someone maybe forwards a newsletter to a friend.Here is what my code says right now- that takes them to my iContact subscriber page:
I'm just wondering if I can link things a bit differently to go to a different page? The URL Link is ugly- not something I can just past I think. If I pasted it here, it looks great, but on my PWS, it doesn't. Any ideas from html-folks??*Edit- I figured out the answer, and if you use this info to put iContact newsletter links on your own website, you need to be sure to update it with YOUR specific URL code from iContact - the part in red. To make your own- go to "Contacts", then "Add Contacts", select "Sign-up Forms". You then can create one and get the code.Sign up to receive emails about all of our great specials, as well as delicious recipes and great tips! I usually send two emails per month, unless something comes up that I just can't keep from sharing! <style type="text/css">
.link,
#SignUp .signupframe {
color: #1C1616;
font-family: Arial, Helvetica, sans-serif;
}
.link {
text-decoration: none;
}
#SignUp .signupframe {
border: 1px solid #9A0404;
background: #ffffff;
}
</style>
<script type="text/javascript" src="http://app.icontact.com/icp/loadsignup.php/form.js?c=405707&l=44266&f=3378"></script>
<a class="link" href="http://www.icontact.com"><font size="2">Email Marketing You Can Trust</font></a>
Last edited: