URL error footer code
Hi, I'm having trouble creating a link in my Footer. I'm trying to link to my Privacy Policy, which is listed as "Privacy & Disclaimer" on the right-hand side of the footer. The link to the privacy policy (which is a live page) is:
https://awaywithmeredith.com/privacy-policy
I believe my code is correct, however, when I click on "Privacy & Disclaimer" on the live site the above link is ADDED to the current url I'm on. So for example, if I am on the Travel Gallery page of the site, clicking on the Privacy Policy link in the footer takes me to https://awaywithmeredith.com/travel-gallery/“awaywithmeredith.com/privacy-policy which of course gives me a 404 error message. The only page where this doesn't happen is the home page, perhaps because there is nothing added to the webpage url other than the site name itself.
Regardless, is there a way to stop this from happening so the site follows the proper url?
Thanks!
awaywithmeredith.com
Comments
Hi,
There is a doubled-double quote in your <a> tag.
Please, remove one pair, and check if the problem persists.
Thanks
Hi, good catch. I actually don't have double quotes in the widget HTML, I have no idea why it shows like that in inspect. I got rid of the quotes altogether which I thought would break the code but it works fine now! Thanks so much for your help!
Glad I could help.
Please, let me know if you have any other questions or problems.
Thanks