HTML - Looking For Guidance On Email Newsletters
EDIT: Resaved the code via Notepad as .html and that worked. A simple misstep.
However a whole new slew of problems have come into play, such as incompatibility with different email programs on varying browsers. Here are the "highlights" I would like to address. Gmail: - Background color on gmail is removed. - Most CSS is selectively modified in gmail, such as h1-h4's size and colors and link colors. Windows Live Mail: - Just a blank email, no text, no nada. Windows Live Outlook: - Another blank email. Yahoo Mail, AOL, Thunderbird, any other email provider: - Need to test The goal is to get it looking like this: http://www.delta-visions.net/dvshare...letterdv1.html I've tried resolving the no background in gmail, but the tutorials on how to do so are just above my head and seem to have no effect when I attempt them. Here's a .txt file of the code: http://www.delta-visions.net/dvshare...sletterdv1.txt I'm not looking for someone to do the work for me, just some guidance and some breaking down of the technical terms and methods for creating a functioning email newsletter, in that all the links work correctly, the actions performs concisely, and the graphical aspect of it stays intact. Helpful tips are welcomed and pointing out my mistakes is encouraged. Any and all help would be appreciated. Thanks in advance. Similar TutorialsHi All-- I wanted to code HTML email newsletter. Can any1 help me out? Thnx in advance... Hy all, I've managed to make a pretty decent newsletter using only basic-html and no stylesheet. It looks fine in Outlook and Hotmail, so I'm very curious what it looks like in other mailclients. Do you guys now if there are programs on the internet that enable me to look how my mail shows up in different mailclients? Any advices?! Thanks in advance! I'm trying desperately to get my website up and running through 3 programs. A. Photoshop CS2 B. Dreamweaver trial account - lasts 29 days C. FileZilla I'm at the point of complete breakdown and punching holes in my wall. I'm sure you can imagine that if someone whose whole range of expertise relies solely in photoshops paint brush tool, that if he just decided to build a website one day, that giant brick wall of nonsensical code and symbols is going to be far more than intimidating. I've made a strong attempt to do this by myself and with the help of tutorials, but I tell you it hasn't helped even a little bit. I need someone who is comfortable and knowledgable with this area who can guide me and walk me through the steps and what I should know and do to get my design and ideas up on my domain. I have the domain name from go-daddy as well I am hosted with them. My website is www.fuzzleart.com and as you can see, its quite blank. I know you don't know who I am and my needs don't affect you either way, but please put yourself in my shoes and help me out as others may have helped you when you first started out. I would prefer it if we could have immediate and direct communication through Instant messengers as that would really ease up the process. If your willing to help, please IM at; AIM: SergeantFuzz MSN: Fuzzlemail@gmail.com or send me a PM here and we can arrange a way to communicate. I would seriously appreciate any help you can give me. I have a few questions actually... first off, I am an aspiring html programmer. What I want to know is with the following code, how can I utilize this information that is recieved from the user?
Code: <html> <body> <div id="shipForm"> <div id="shipFormContainer"> <div id="shipFormHeader1"> </div> <div id="shipFormHeader2"> </div> <div id="shipFormContent" name="shipFormContent"> <form id="theForm" name="theForm" action="a.htm" method="post" > <input type="hidden" name="index" id="index" value="1"/> <input type="hidden" name="email" id="email" value=""/> <label for=""></label><div class="clear"></div> <label for="title">Title: </label> <select id="title" name="title" class="formElement"> <option value="">Select</option> <option value="Mr" >Mr.</option> <option value="Ms" >Ms.</option> <option value="Mrs" >Mrs.</option> </select> <div class="clear"></div> <label for="firstname">First Name: </label> <input class="formElement" type="text" name="firstname" id="firstname" value="" /><br /> <div class="clear"></div> <label for="lastname">Last Name: </label> <input class="formElement" type="text" name="lastname" id="lastname" value="" /><br /> <div class="clear"></div> <label for="address">Address: </label> <input class="formElement" type="text" name="address" id="address" value="" /><br /> <div class="clear"></div> <label for="city">City: </label> <input class="formElement" type="text" name="city" id="city" value="" /><br /> <div class="clear"></div> <label for="state">State: </label> <select name="state" id="state" class="formElement"> <option value="">Select</option> <option value="AK" >AK</option> <option value="AL" >AL</option> <option value="AR" >AR</option> <option value="AZ" >AZ</option> <option value="CA" >CA</option> <option value="CO" >CO</option> <option value="CT" >CT</option> <option value="DC" >DC</option> <option value="DE" >DE</option> <option value="FL" >FL</option> <option value="GA" >GA</option> <option value="HI" >HI</option> <option value="IA" >IA</option> <option value="ID" >ID</option> <option value="IL" >IL</option> <option value="IN" >IN</option> <option value="KS" >KS</option> <option value="KY" >KY</option> <option value="LA" >LA</option> <option value="MA" >MA</option> <option value="ME" >ME</option> <option value="MD" >MD</option> <option value="MI" >MI</option> <option value="MO" >MO</option> <option value="MN" >MN</option> <option value="MS" >MS</option> <option value="MT" >MT</option> <option value="NC" >NC</option> <option value="ND" >ND</option> <option value="NE" >NE</option> <option value="NH" >NH</option> <option value="NJ" >NJ</option> <option value="NM" >NM</option> <option value="NV" >NV</option> <option value="NY" >NY</option> <option value="OH" >OH</option> <option value="OK" >OK</option> <option value="OR" >OR</option> <option value="PA" >PA</option> <option value="RI" >RI</option> <option value="SC" >SC</option> <option value="SD" >SD</option> <option value="TN" >TN</option> <option value="TX" >TX</option> <option value="UT" >UT</option> <option value="VA" >VA</option> <option value="VT" >VT</option> <option value="WA" >WA</option> <option value="WI" >WI</option> <option value="WV" >WV</option> <option value="WY" >WY</option> </select> <div class="clear"></div> <label for="zip">Zip: </label> <input class="formElement" maxlength="5" type="text" name="zip" id="zip" value="" /><br /> <div class="clear"></div> <label for="phone1">Phone: </label> <input class="inputShort" maxlength="3" type="text" id="phone1" name="phone1" value="" /> <input class="inputShort" maxlength="3" type="text" id="phone2" name="phone2" value="" /> <input class="inputShort" maxlength="4" type="text" id="phone3" name="phone3" value="" /> <div class="clear"></div> <input class="formElement" type="submit" name="shipSubmitBtn" id="shipSubmitBtn" value="" /> </form> </div> <div class="clear"></div> <div id="shipFormFooter"> </div> <div class="clear"></div> </div> </div> </body> </html> I basically just want, at the moment, to be able to use a simple javascript function on the page "a.html" using document.write("Your first name is:" +pointertofirstname) Secondly, how do I actually go about setting up an http/ftp server? I know how to set up an ftp server, but can I use a computer containing windows xp home to host a server? windows xp pro? is there just a program I need? LASTLY, how would I add this information to a database(the info recieved from the original html code) so that when they log in to some sort of account that information is displayed on the account page. Sorry for any really dumb questions, Thanks Hello everyone, I'm a Computer Science student mainly trained in mathematics and programming languages like C/C++ and Java; I wanted to branch out more into web design and decided to start with learning HTML. So far, I've signed up for free hosting with Xtreemhost to give myself a sandbox to play with and familiarized myself with Classic FTP. I'm teaching myself using Sam's Teach Yourself HTML and CSS Eighth Edition. My main frustration comes from my understanding that HTML 5 is the newest standard, but the book I use is using XHTML 1.1 as the standard for teaching. Will this really make much of a difference? Is there anywhere/anything I'm better off learning HTML from if I'm just going to be learning a bunch of deprecated stuff from XHTML 1.1? It is also my understanding (correct me if I'm wrong) that even though the standard has been issued for HTML 5, browsers are generally slow to add in support for it. So does it really matter at this point in time what standard I am using (HTML 4, XHTML 1.1, HTML 5, whatever) to learn? Would it be correct to say that I can use XHTML 1.1 if I really want to, but if I want to take advantage of all the pretty features of HTML 5, I need to abandon some of my apparently deprecated XHTML 1.1 ways first? On the other hand, if not all browsers are at this point in time supporting the HTML 5 features, why create a website that uses it if it's not going to work consistently across all browsers? As you can see, I'm a little confused =/ I'd appreciate if someone could shed some light on this for me and give me some guidance on... well... where to start learning, really; my Googling gives me conflicting information. My plan was to learn HTML, CSS, and Javascript, then learn how TCP/IP works, pick up some proficiency in Photoshop and Dreamweaver/Frontpage, then branch out into server-side technologies like PHP, ASP, etc... I already have some knowledge of SQL from my database design and programming class. I did try learning from w3schools.com, but I have a sneaking suspicion that the material isn't quite comprehensive, which bugs me. Hello I am working on a contact form an email one and it doesnt seem to be working can someone please take alook at it and let me know what i am doing wrong. Thank you. <td><form method="post" action="/frms/contactmail.pl"> <input type="hidden" name="SoupermailConf" value="/frms/contact.con"> <table width="100%" border="0" cellpadding="0" align="center" cellspacing="0"> <tr> <td><table width="100%" border="0" cellpadding="4" cellspacing="1"> <tr> <td align="Right"><b>Your Name: <span class="style1">*</span></b></td> <td width="70%"><input type="TEXT" name="Name" style="width: 90%;"> </td> </tr> <tr> <td align="Right"><b>E-mail Address: <span class="style1">*</span></b></td> <td><input type="TEXT" name="Name2" style="width: 90%;"></td> </tr> <tr> <td align="Right"><b>Company:</b></td> <td><input type="TEXT" name="Name3" style="width: 90%;"></td> </tr> <tr> <td align="Right"><b>How did you find us?</b></td> <td><input type="TEXT" name="Name4" style="width: 90%;"></td> </tr> <tr> <td align="right"><b> Questions: <span class="style1">* </span></b></td> <td> </td> </tr> <tr> <td colspan="2" align="center"><textarea name="Question" rows="8" style="width: 90%;" wrap="VIRTUAL"></textarea> </td> </tr> <tr> <td colspan="2" align="center"><input type="submit" name="Submit" value="Submit Form"> <br> </td> </tr> </table></td> </tr> </table> </form> <font face="Verdana, Arial" size="1" color="#000000"><b><font color="#FF0000">* Required</font></b></font></td> I have website, and blog sites, and all the social sites. I need some help with basic web design, and html script. I have been reading like crazy and studying tutorials for hours and hours on end. I understand the html scripts, just can't execute! I also am very frustranted not being able to set up the links on my sites. i.e. for quick connection to my twitter, facebook, linked in, google blog site and on and on and on! Also linking all my sites together...... Hi, I want to put in a form to get queries from the user, like so: Name: Email: Comments: 'Send' button and that it will send the information to my email address which is gmail? Thanks Hey guys, im new here, just a quick query and im sure its a beginners question How would i align an image to the right of a block of text, for example Text 1 Text 2 IMAGE HERE Text 3 Hope that makes sense? Many thanks Eddy Hi, I have a page that does some javascript calculation and put the result in a textbox. I want to have give the user the option the email the result to himself/herself. I saw something like mailto:xxxxxx but this sends email to the known xxxxxx email address. Is there any way where xxxxxx is taken from the input box where the user types his/her email. something like mailto:'getElementById("txtbox").value???? Just to mention, there is no form submit (no post back) is is all done on the client side with javascript Any help would be very appreciated. Note: -I'm new to HTML and web dev. Thank you Hi, I want to ask is there any way to send email form html?? like php mail() is there something in php. Or sending by smtp???? (didnt know were 2 post this hope this is de right place) i want to send invitation 2 my friends using email(i use gmail). now i dont want any link in de mail, i want all graphics n text 2 be seen directly in de mail. the only possible way i thought was 2 was html in de mail. but there will be probs like were will de pics be stored n all Plez help me out Thanks Hey guys, I have recently learned the "mailto:" action and whenever i try to link it to my email it always comes up with a dialog box saying "Could not perform this operation because the default mail client is not properly installed". I know i am going to get some grief for this, but i am a newbie. Help is appreciated hi all :-) pls can anyone advise where to post my query. it regards html code and my smtp server/ i have created a form to email code and have input my smtp script. but for the life of me i cannot get it to work, as to submit my form to email address, and the server is working fine and cannot find anything obviusly wrong with the coding. i think i have visited every web site out there lol....help me pls...thanks in advance Hello i'm new here and i'm in need of some help... i'm trying to send out a newsletter blast but when i copy the code from front page into the thirdparty to send out the newsletter when we send out a test the messege loooks all wrong why woould that be?? it shifts everything down or to the side..... please help.. here is the code from front page that i paste into the third party HTML Code: <html> <head> <title>Untitled-2</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style> <!-- div.Section1 {page:Section1;} p.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman";} --> </style> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <div align="center"> <table id="Table_01" width="750" height="600" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="9"> <a href="http://www.bootbarn.com/"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_01.jpg" width="755" height="104" alt="" border="0"></a></td> </tr> <tr> <td rowspan="2"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_02.jpg" width="8" height="650" alt=""></td> <td colspan="7"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_03.jpg" width="738" height="609" alt=""></td> <td rowspan="2"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_04.jpg" width="9" height="650" alt=""></td> </tr> <tr> <td> <a href="http://www.bootbarn.com/navigate/men"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_05.jpg" width="95" height="41" alt="" border="0"></a></td> <td> <a href="http://www.bootbarn.com/navigate/women"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_06.jpg" width="107" height="41" alt="" border="0"></a></td> <td> <a href="http://www.bootbarn.com/navigate/youth"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_07.jpg" width="89" height="41" alt="" border="0"></a></td> <td> <a href="http://www.bootbarn.com/brand"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_08.jpg" width="94" height="41" alt="" border="0"></a></td> <td> <a href="http://www.bootbarn.com/multiview/viewspecial/1/view/view"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_09.jpg" width="111" height="41" alt="" border="0"></a></td> <td> <a href="http://www.bootbarn.com/multiview/viewspecial/1/view/view/0/12/new/All/All/All/All"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_10.jpg" width="136" height="41" alt="" border="0"></a></td> <td> <div style="position: absolute; width: 711px; height: 587px; z-index: 1; left: 106px; top: 113px; border-style: outset; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px" id="layer1"> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">Dear (First Name),</span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">Welcome to Boot Barn!</span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"> <span style="font-family: Arial"><font face="Arial" style="font-size: 11pt"> We are excited to include you into our fast-growing e-mail program –and as a thank you for signing up with us, please enjoy a special <b>15% </b>off your next order.</font></span></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">Just use code: <b> <span style="FONT-WEIGHT: bold">welcome</span></b> at checkout to redeem the offer. <u><a href="http://www.bootbarn.com/">Shop now</a></u></span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">You can expect to receive special and sometimes exclusive offers in future e-mail newsletters, along with product updates related to our many brands.</span></font></p> <p class="MsoNormal"> </p> <p class="MsoNormal"> <font face="Arial" color="black" style="font-size: 11pt"> <span style="color: black; font-family: Arial">Boot Barn is a place you can trust. We’re proud to offer one of the world's largest boot <span class="grame">selections for</span> over 30 years!<b><span style="FONT-WEIGHT: bold"> </span></b> </span></font><font face="Arial" style="font-size: 11pt"><span style="font-family: Arial"> We started in <span class="grame">California in 1978 and we've been global for many years. </span>We are backed by over <u> <a href="http://www.bootbarn.com/indexflatfile/store_locator.html">80 retail store locations</a></u> in states ranging from California to Arizona, Nevada, New Mexico, Wyoming and.Montana.<span class="grame"></span></span></font></p> <p class="MsoNormal"> </p> <p class="MsoNormal"><span class="grame"> <font face="Arial" color="black" style="font-size: 11pt"> <span style="color: black; font-family: Arial">We carry the best boots in the business. Many of the brands we carry have a rich heritage and legacy of designing and manufacturing footwear for several decades! We strive to offer the best selection of top quality leather footwear in the styles you are looking for, and we are known for </span></font> <font face="Arial" style="font-size: 11pt"><span style="font-family: Arial">providing our customers with great quality service<U2:P></U2:P></span></font></span><font face="Arial" style="font-size: 11pt"><span style="font-family: Arial"> Over the years, we've expanded our product assortment to include men's, women's and youth clothing and a wide assortment of accessories.</span></font></p> <p class="MsoNormal"></p> <p class="MsoNormal"> <font face="Arial" color="black" style="font-size: 11pt"> <span style="color: black; font-family: Arial">And, while many websites wait for the one big blow-out sale to offer you value prices, we offer them everyday! Check our <a title="http://www.bootbarn.com/indexflatfile/about.html#lowprice" style="color: blue; text-decoration: underline" href="http://www.bootbarn.com/indexflatfile/about.html#lowprice"> low price guarantee</a>. </span></font><font face="Arial" style="font-size: 11pt"><span style="font-family: Arial">And, to be clear, we have a no nonsense privacy policy that NEVER shares, rents or <span class="grame">sells</span> your personal information and email addresses to outside third parties.<U3:P></U3:P></span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">So, thanks for your interest and we look forward to serving your needs,</span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial">Sincerely,</span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> </span></font></p> <p class="MsoNormal"><font face="Arial" style="font-size: 11pt"> <span style="font-family: Arial"> The Boot Barn Team</span></font></div> <a href="http://www.bootbarn.com/multiview/apparel/clothing"> <img src="http://bootbarn.ws/newsletter/Blue%20Hornet/Welcome%20Letter/images/welcome_11.jpg" width="106" height="41" alt="" border="0"></a></td> </tr> </table> </div> <!-- End ImageReady Slices --> </body> </html> everytime i try to make this my html email, i get bad table padding and spacing but it looks good on webpages but not emails Code: <html> <head> <style> .body { background-color: #d6d6d6; } .content { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #D7D7D7; } A:link, a:visited, a:active { color: #00BFFF; } a:hover { color: #1AC8FF; } .simple { width: 800px; padding: 0px 0px 0px 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; margin-top: 0px; height: 601px; }</style> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#D8D8D8"> <table class=simple border=0 cellspacing=0 cellpadding=0 width="100%"> <tr> <td colspan="5" width="800"> <img src="http://www.megatopics.com/emails/images/Email_01.png" width="800" height="38" alt=""></td> </tr> <tr> <td colspan="2" width="253"> <img src="http://www.megatopics.com/emails/images/Email_02.png" width="253" height="178" alt=""></td> <td width="267"> <img src="http://www.megatopics.com/emails/images/Email_03.png" width="267" height="178" alt=""></td> <td colspan="2" width="280"> <img src="http://www.megatopics.com/emails/images/Email_04.png" width="280" height="178" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="http://www.megatopics.com/emails/images/Email_05.png" width="44" height="384" alt=""></td> <td width="770" height="340" colspan="3" valign="top" background="http://www.megatopics.com/emails/images/Email_06.png" class="content"> {member_name},<br> We have just launched a whole new system to MegaTopics, its Called The Reputation System! You can read more about it <a href="http://www.megatopics.com/Forum-Related-f1/Suggestions-Questions-FAQs-f2/Help-Files-f40/How-Do-I-Get-Repuation-t977.html">here</a>!<br> <br> Here is the breakdown of the reputation point trade-ins: (if you elect not to purchase one) <br> Silver Membership: 50000 Request an upgrade <a href="http://www.megatopics.com/Forum-Related-f1/Suggestions-Questions-FAQs-f2/Request-New-Category-Membership-f3/Request-New-Category-Membership-f3.html">here</a><br> 50 USD: 100000 Request Money <a href="http://www.megatopics.com/Forum-Related-f1/Suggestions-Questions-FAQs-f2/Request-New-Category-Membership-f3/Request-New-Category-Membership-f3.html">here</a><br> <br> </a>There is a couple forums that allow the use of getting reputation on MT. Its obvious that people have to click the little green button plus sign to give you reputation to more or less thank you for the post. These are the forums that allow you to get reputation. <br> <br> <a href="http://www.megatopics.com/Jus-Kickin-It-f134/Jus-Kickin-It-f134.html"><strong>Jus' Kickin It</strong></a>: All the forums under this category <br> <a href="http://www.megatopics.com/Incognito-f122/Incognito-f122.html"><strong>Incognito</strong></a>: All the forums under this category<br> <a href="http://www.megatopics.com/Champagne-Room-f162/Champagne-Room-f162.html"><strong>Champagne Room</strong></a>: All the forums under this category,<u><em>except</em></u> the General Forum<br> <a href="http://www.megatopics.com/Special-Interests-Everything-Else-f4/Computer-GeekZ-FreakZ-f8/Computer-GeekZ-FreakZ-f8.html"><strong>Computer GeekZ & FreakZ</strong></a>: There is only one forum that allow reputation here, Tutorials<br> <a href="http://www.megatopics.com/Special-Interests-Everything-Else-f4/Cooking-f78/Cooking-f78.html"><strong>Cooking</strong></a>: There is only one forum that allow reputation here, Recipes <br> <a href="http://www.megatopics.com/Special-Interests-Everything-Else-f4/The-Juice-And-Liquor-Bar-f147/The-Juice-And-Liquor-Bar-f147.html"><strong>The Juice And Liquor Bar</strong></a>: There is only one forum that allow reputation here, Concoctions <br> <a href="http://www.megatopics.com/Mega-Topics-Salon-f91/Mega-Topics-Salon-f91.html"><strong>Mega Topics Salon</strong></a>: There is only one forum that <u><em>does not allow</em></u> reputation here, Request A Graphic <br> <br> {board_name} Statistics: Registered Users: {reg_total} | Total Posts: {total_posts} | Busiest Time: {busy_count} users were online on {busy_time}<br> <br> Board Address: {board_url} Log In: {board_url}?app=core&module=global&section=login Lost Password Recovery: {board_url}?app=core&module=global&section=lostpass<br> <br> How to unsubscribe<br> Visit your email preferences ({board_url}?app=core&module=usercp) and ensure that the box for 'Send me any updates sent by the board administrator' is unchecked and submit the form </td> <td rowspan="2"> <img src="http://www.megatopics.com/emails/images/Email_07.png" width="49" height="384" alt=""></td> </tr> <tr> <td colspan="3"> <img src="http://www.megatopics.com/emails/images/Email_08.png" width="707" height="44" alt=""></td> </tr> <tr> <td> <img src="images/spacer.gif" width="44" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="209" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="267" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="231" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="49" height="1" alt=""></td> </tr> </table> </body> </html> Hi, I am using an email newsletter system, wherein I can create HTML templates and then send mails. I would like to know in the email that I send, I need the html to pick up some dynamic content from another website and when the email is being displayed, it needs to show that dynamic content I could have used iframe in the html template - but that would work on websites, but not on emails. Is there a way anyone can suggest wherein I can achieve this? Thanks Hello, this is my first post on this forum so I hope I get this right. Can anyone help me with HTML email forms? I am trying to create some forms where people can submit things on particular pages, I know how to create the form, but i can only make it so when you press submit, the new message in their email will open and all the info they put is in the email and then they have to send it. I want it so when they press submit, it sends to us automatically without them having to send the email themselves. Thanks in advance. |