Adding html to footer
-
I am trying to add a hyperlink pointing to my privacy policy in the footer of F2. Every time I add the coding, two extra slashes appear. So, for example, if I type:
<A HREF="https://www.loonielover.com/contact/privacy-policy">Privacy Policy</A>
and save it that way, the next time the page loads, what I get is:
<A HREF=\"https://www.loonielover.com/contact/privacy-policy\">Privacy Policy</A>
Notice the “\” immediately after the “=” and before the final double quotes. No matter what I do (even pasting from a text document) these slashes keep coming back.
I’m new to this, so I’ll apologize in advance if this is a stupid question, but how so I stop these slashes from coming back?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding html to footer’ is closed to new replies.