HTML - Email Signature Generator
Hi All,
I'm trying to create an easy to use email signature generator for my company. Essentially I want to use a form with name, position, phone number, etc and click a button, displaying the information in the correct styling in another panel that can be copy and pasted into outlook. I've attempted using javascript but haven't had much luck. Thanks. Similar TutorialsI made a email signature, i used dreamweaver to make it. Looks good when i preview it. But when i add it to email as signature it doesn't show colors or the correct font. I dunno why? Can someone look at source code of my html and see if i made a mistake. Thanx http://users.bigpond.net.au/sublimecreatures/email.html Hi Everyone, I have just written a web page for use as an email signature. My method for doing so is quite long winded, due to the nature of the signature that I have designed and the fact that I am using Outlook 2010. This is the process that I took to make my "email signature" - which is more accurately described as an Outlook Template: 1). Sent the HTML email from a server to my email address 2). Saved the email that I sent to myself (after a few minor alterations, such as removing the sender & subject) as an Outlook Template (.oft file) 3). Created a Macro which calls the OFT file when run 4). Added a button to the ribbon which runs the Macro when clicked My methodology is fine - and I have tested it with a single image inside the template, however when I performed a HTML cut on my original graphic - so that I could add functionality to the signature - I now see fine white lines in between all of the individual graphics. Please see this link for further explanation: http://www.systemcontrol.com.au/dd/fine-white-lines.JPG The "fine white lines" are only visible when the Outlook Template is opened (irrespective of whether opened manually or by Macro). I have seen this behaviour before on web mail, such as Hotmail, and adding this markup fixes the issue: Code: <style type="text/css"> img { display: block; } </style> However once the original HTML is saved as an OFT I suspect that Outlook strips away any style information in the head of the document. If anybody can suggest how this markup can be added to the body of the document, or otherwise provide a solution (such as telling me how to manually edit an OFT file), it will be much appreciated. Thanks for your time. Kind Regards, Davo Hey all, New member and novice coder. I've got a website that's HTML that I need to setup some sort of e-signature or even pseudo e-signature. I saw the CSS thread but a) its beyond my skills and b) the site cant take\doesn't use CSS, from what I know of. Is there any way to have a page setup that the user clicks a box, types in their name and it sends a copy of it to an email account? Sounds more like a form page then e-signature.. Again novice coder so if my terminology isn't correct be kind hello all how could i export an outlook signature from MS OUtlook 2003? THanks I have the following code in my html HTML Code: <html> <head> </head> <body> <table width="296" border="0" cellspacing="5" cellpadding="5"> <tr> <td width="344" align="left"><p>Warmest Regards,<br> Sinduja </p></td> </tr> <tr> <td align="left" valign="top"><img moz-do-not-send="true" src="conceptlogo.jpg"> </td> </tr> <tr> <td>33/17, jina mw<br> <a href="www.conceptinaction.com" target="_blank">www.conceptinaction.com</a> | skype : v.sinduja</td> </tr> </table> </body> </html When I attach this file n go to the compose window to write email, i only get the text but not the image. I tried inserting the picture as an image for the table cell, but didn't work, now trying as a bg image. still not working. pls help me on this.. what is missin? I'm not sure which forum this should be in, so my apologies if I have it wrong. I can use within a signature but I am not clear what I can specify within CODE. Ideally, I want something like %eval("25DEC2010"D -today()) so I compute the number of days until a certain date. Can anyone help? Hi Friends, I've created an html coded email signature for Outlook 2003 (old, i know) and need some help. I've inserted a few images and linked them back to my company's social media platforms. When I insert the html template into Outlook it places <> after each picture/icon that i inserted. Any suggestions on how to remove these?! i finally figured out how to remove the underline but now i'm stuck with <> and can't get it to go away! PLEASE HELP!!! I have this code below, and i would like it to randomly place 2 X's in any of the boxes, and each time i refresh the page the X's could end up in any of them, any idea how to do it? Thanks Dr Ben HTML Code: <html> <head><title></title></head> <body> <form name="placeships" action="board.php" method="post"> <table> <tr> <td align="center" bgcolor="black"><input type="text" id="1" class="hide" name="1" value="" size="2"> </td> <td align="center" bgcolor="black"><input type="text" id="2" class="hide" name="2" value="" size="2"> </td> <td align="center" bgcolor="black"><input type="text" id="3" class="hide" name="3" value="" size="2"> </td> <td align="center" bgcolor="black"><input type="text" id="4" class="hide" name="4" value="" size="2"> </td> </tr> <tr> </tr> <input value="submit" name="submit" type="submit"> </form> </body> </html> Say I have 10+ 468x60 banners I was wondering if there is anyway of having them show up randomly in one spot when you refresh the page. For example here is an ad I'm using: <script type="text/javascript" language="javascript" src="http://www.tkqlhce.com/placeholder-2762512?target=_blank&mouseover=N"></script> I know there is a way to random images but how do you randomize scripts? I want to create a lotto system on my vbulletin forum..I have designed .gif graphics for each ball 1-49. I need a script ( whether java or html ) to randomly select 6 numbers without selecting the same number twice...I have saved the balls as smilies, so need the results to show lb1 lb2 lb3 etc... I hope you understand what I mean... Any help would be very much appreciated Hello, I'm building a print website and I'm not much of a coder. I was wondering what it would take to create one of those business card creators you see at http://www.vistaprint.com/premium-bu...lery.aspx?pg=1 or overnightprints.com. I would post this in the tutorials section, but I don't have access yet, I think it's because I'm new here. Any help would be greatly appreciated, I just want to be led in the right direction. Thank you guys. Hello, I'm sure the subject about random generators must have been asked a billion times before, but I can't seem to find an answer for my set up. Basically I have a style.css sheet which defines some images like this: #gallery .pic01 { background: url('images/gallery_images/pic_01.jpg') no-repeat; width: 205px Then in my html I have a list of these images like this <div id="gallery"> <ul> <li class="pic01"></li> <li class="pic02"></li> <li class="pic03"></li> </ul> What I'd like to do is have the pictures choosen randomly so that each time the page loads you get a different set of pictures. Is this possible. Please forgive me if this is easy peasy to do - I'm a real html thicky! Hey All, I would like to have a site similar to lol.com, in which the page changes upon every visit. I have been researching and i have found this : http://baremetal.com/gadgets/sequence.html It looks very cool, however i can't implement this, as i NEED to have their hosting, Gay! Anybody know of a random script thing i could use? I would be very gracious, I found a dhtml script, however it was not good enough, somebody could eaisily copy the source, which they wouldn't of been able to had they done the above URL^ Thanks all! 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 Does anyone know of a font face generator that can convert a TTF or OTF font file into the 4 formats (woff, svg, eot, ttf), that's not font squirrel? That site only supports English fonts with a very low file size limit, and can't convert any foreign fonts. Already tried http://onlinefontconverter.com as well, doesn't work either as I waited like an hour then the server simply deleted my uploads without so much as an error pop-up lol, and now the website is not responding. This is for usage in CSS using the @font-face function. 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 I'm having trouble using html email. Everything works fine except the link I put in it. I need to have a link parents will click on which will take them to a webpage which will automatically register them. When I test it (on my Mac - sorry ... a real computer) it works great, but the parents of my students say the link doesn't work. I tested the email again by sending it to one of my fake yahoo.com email accounts, and sure enough, the link was NOT active. Here is what it looked like: <a href="register.php?id=1712">click here</a> Can someone tell me what I might be doing wrong. hi there - longtime reader, first time writer, etc. i'm looking for how to create a page script in html - nothing fancy - for a user to enter an email address that in turn automatically emails them back with a form letter or link. any ideas? |