• Hello,
    I have tried to add a link to one of my pages and it doesn’t appear. I am clicking on the “link” button and in that box that comes up, I add my link and then the title and chose “open in new page” and then when I go to that page, the link is not there. What am I doing wrong?

    http://www.cruisin4losin.com
    The page in question is the “join my team” page
    and trying to add this

    Thank you!

Viewing 1 replies (of 1 total)
  • Your link is actually there

    In the page editor, click the [text] tab in the upper right of the editor section and you will see the HTML of your post.

    You will notice that the

    <a href="yourlink"></a>

    ^ yourlink replaced with your link url you have in there, you will notice that it doesn’t have any text between the <a href=""> and the </a> ..

    should look like this:

    <a href="yourlink">Click here to Join my Team!</a>

    ^ replace yourlink with well .. your link

Viewing 1 replies (of 1 total)

The topic ‘Link it not being added’ is closed to new replies.