HTML - Email With Images
Hi all,
When a member joins up to my site I have they receive an email automatically telling them they have joined... Can I put a logo in that email? Or can it only be text? Similar TutorialsHello, let me begin by saying that I know absolutley nothing about HTML but have been put in a position to learn a little I have made a dinky HTML page in MS Word 07 that we are trying to email to some folks on newsletter list and I am having an issue. When I send the test file to myself the images don't load. From what I understand they need to be hosted in order to load correctly. 2 Questions: 1) Can I host them on photobucket? 2) How in the heck do I get them to display properly??? I.E. Where does the IMG tag go? If anyone can help me I can post the source code and the IMG tags from photobucket...... Thanks! I have a client who's dead-set on sending out their own HTML emails via Outlook. I create the HTML with absolute links for them via Dreamweaver; then they attach the HTML "as text" into a new Outlook message and send it out. It works surprisingly well except for one thing: Outlook always drops out any background image so that part of the message just looks blank. Is there any easy way to force Outlook to display a background image correctly? Thanks! 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 Ok i am trying to make a page with a form to fill out and when they hit submit it gets send right to my email...but right now when i hit send my outlook comes up to send the email and i know not alot of people have outlook set up...how do i go about doing this??? what do i change in this? <!--Sign Up--> <center> <hr> <h4 class="bold">Sign Up! Become A Member</h4> <p class="height">Please fill all this out and submit it!</p> <form method="post" action="mailto:Email@Email.com" enctype="text/plain"> <fieldset> <legend>Your Information</legend><br> can anyone help me with this, it looks ok but it wont email Code: <form action="mailto:byp_webmaster@hotmail.co.uk" method="POST" enctype="multipart/form-data" name="Website contact form"> <table border="1" align="center"> <td> <center>Your Name:</center><input type="text" align="center" size="40" maxlength="50" name="name"> <br><br> <center>Your Email:</center><input type="text" align="center" size="40" maxlength="50" name="Email"> <br><br> <center>Message:</center><textarea cols="50" rows="4" name="Message" align="center"></textarea><br> <center><input type="submit" value="Send Email" ></center> </td> </table> </form> I need a code that has two input boxes (one for name, one for content) that sends to my email. I want it so people can send requests to me, without having to leave my site. Is that possible? Hey everybody hope all has been well over the festive period and you havent ate to much this is my holding page at the moment... www.basicproduction.co.uk and i want to remove the email address in the bottom corner and replace it with a contact button that when you click it will prompt outlook or whatever you use for email and you can email me from that. im having some difficulty trying to make the image i have into a button, this is the code that i have so far and i just cant seem to find what i need to get the results that i want. HTML Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta name="keywords" content="Basicproduction, Basic, Production, Video, VJ, Liam Carlin, 6071842, motion Graphics, Music, house"/> <meta name="description" content="Basicproduction Provides Live video performance, video production and motion Graphic Services"/> <title>Basicproduction Site coming soon!!!</title> <style type="text/css"> <!--body {margin: 0px;}--> </style> <body style="margin:0;background:#000;"> </head> <body> <div align="center"><a href="http://www.myspace.com/basicproduction" target="_blank"><img src="../Image/basicproduction_holdingpage.gif" alt="" width="720" height="600" border="0"/></a></div> <div align="center"><img src="../Image/Contact.gif" alt="" width="192" height="28" border="0" /></div> </body> </html> so what i have in red is the image and im basically stuck, can you help please? Thanks Basic Hi Everyone, I just created an email template that i want to send out and i am getting lots of errors when I'm testing it. All my images are showing up as attatchments, Can i prevent this? My page doesn't work across all browsers, spacing issues in gmail, hotmail is giving me and extended height in a few places. I have a search box as well that I want to include- is that a bad idea? How can avoid this / fix these problems. If requested i will include my code. 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 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. Hi, I'm planning on creating a feature on a website where viewers can subscribe to a newsletter. Does anyone have any tutorials that can help with this? I've never dealt with that before and I know some hosting services offer mailing lists, but I was wanting some information on how you actually go about putting the code onto the site so people can enter their e-mail in a form and hit "subscribe" and receive the e-mails. Thank you 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 as i am not very good in php and oither scripting. I browse through this forum and found the easier way to sent a form result via email is to add a mailto in form action <form action="mailto:acb@def.com"> Now my question is, can i do a droplist and put a several email for user to choose. after choose. then my action will send the email out according to what the user choose... hi all, something I thought would be simple is, well, not so simple for me!! all that I want to do is send a complete html web page as an ordinary email so that people viewing it can click on the existing links and buttons.(for payments etc) I have tried sending it several times and on aol none of the headings/gif's n jpg's are displayed, using squirrel mail, some of the links are highlighted, however, some are missing. using outlook, well, no comment!!! surely there is an easy (hehe) way to send a whole hyml web page as an email? many thanks for all help, Ed (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 |