I am trying to create an external link on my welcome page but it is not working:
Google
Instead it goes to this broken link: http://www.chiomaandgeorge.com/www.google.com
I am trying to create an external link on my welcome page but it is not working:
Google
Instead it goes to this broken link: http://www.chiomaandgeorge.com/www.google.com
Are you typing <a href="www.google.com">Google</a> ? Maybe type <a href="http://www.google.com">Google</a>
Hey!
Yes, without the http protocol prefix it's considered as an internal link - you need to prepend http:// before the url.
Best regards,
Peter
You must log in to post.