• 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="http://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=\"http://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)
  • Theme Author Srini G

    (@srinig)

    It’s not a stupid question. It’s a little defect with the theme, I’ll fix it as soon as possible. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Adding html to footer’ is closed to new replies.