How Do You Make A URL Clickable In An Email?
Email settings and how to. Making a URL clickable in an email. Step 1 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep1 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/GlobalPhoto/Articles/2082144/emailurl-1_Full.jpg’); }); Outlook Email Hey All, First things first as you are typing up the email depending on the email client, when you type in a url, such as www.ehow.com, or http://www.ehow.com, if you press enter right after and move to the next line this will almost always create that. See the screen shot. In this example all I did was type up the URL, and press enter, this also works by pressing the space bar. Step 2 jQuery(document).ready(function(){ jQuery(‘#jsArticleStep2 span.image a:first’).attr(‘href’,’http://i.ehow.com/images/GlobalPhoto/Articles/2082144/emailurl-2_Full.jpg’); }); The options section If after doing so you still do not get the URL option, it is very likely that the settings have you listing it as a text email as opposed to an html email. Thi