Tagged: linking
I have a one page website (well I guess I have a 3 page website and one of them is a one page website with section links # ) with a blog and a subscribe page that go to a different page. When you click on the links to go back they do not work. Is there a way to solve this?
Hi 118group!
You need to use absolute path in your URLs like so.
http://www.yoursite.com/#about
Instead of just the hash tag.
#about
Cheers!
Elliott
Thank you that worked perfectly.