D dominantforce Newbie Joined Feb 16, 2008 Messages 27 Reaction score 3 May 15, 2009 #1 I was wondering how do you put links in gmail autoresponder? Say I want the word "here" to send my user to google.com how could I do that? Thanks
I was wondering how do you put links in gmail autoresponder? Say I want the word "here" to send my user to google.com how could I do that? Thanks
mandude Senior Member Jr. VIP Joined Feb 18, 2008 Messages 1,107 Reaction score 455 May 15, 2009 #2 really? this is basic html. HTML: <a href="http://www.site.com">here</a> make sure http:// is there
D dominantforce Newbie Joined Feb 16, 2008 Messages 27 Reaction score 3 May 15, 2009 Thread Starter Thread Starter #3 ok I did what you said and my autoresponder shows this to me after a test email Code: <a href="http://www.site.com">here</a>
ok I did what you said and my autoresponder shows this to me after a test email Code: <a href="http://www.site.com">here</a>