Autoresponder

dominantforce

Newbie
Joined
Feb 16, 2008
Messages
27
Reaction score
3
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
 
really? this is basic html.
HTML:
<a href="http://www.site.com">here</a>
make sure http:// is there
 
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>
 
Back
Top