Viewing 2 replies - 1 through 2 (of 2 total)
  • The source code that is being output is:

    <a href="www.pledgeantibully.com" title="www.pledgeantibully.com" target="_blank">www.pledgeantibully.com</a>

    So, the URL does not have a https:// and is required. Without it thinks it’s not an absolute URL and you get the results noted.

    Make sure to use the full proper URL:

    //https://www.pledgeantibully.com

    Note: The first two // just above stop the correct URL from being a live link here…do not include those. You may also want to use some text and not a URL in the title attribute.

    Thread Starter kittymccaffery

    (@kittymccaffery)

    Thank you it worked!! I had to add the https:// and change the title and then they worked again. Thanks so much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links all messed up and won't let me fix it’ is closed to new replies.