• I am after some help please as I am having trouble linking to external sites and even to my own pages. I am very much a beginner so please bear with me!

    Here is a link to an example of it not working:

    This

    I wanted to link to an article on another site, using the ‘link’ button it doesn’t even display, it looks like this on the edit screen:

    I also tried it this way: Here – that one provides a link but when you click it it goes to :

    “Not Found
    The requested URL /”http://www.telegraph.co.uk/news/celebritynews/6602430/Kate-Moss-Nothing-tastes-as-good-as-skinny-feels.html” was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request”

    After reading other threads I disabled all my plugins and clicked the link again but it still didn’t work, any ideas?

    Thanks in advance

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter FlagHippo

    (@flaghippo)

    Both the links you posted work for me?

    I just deleted the ” off the end of the other and it still doesn’t work though.

    Also, is the first link visible as it isn’t even showing up in this thread for me (there should be one after where I say ” it looks like this in the edit screen”)

    Thanks

    Sorry, my copy/paste didn’t work very well. Here is the link on your site:

    <a href="”http://www.telegraph.co.uk/news/celebritynews/6602430/Kate-Moss-Nothing-tastes-as-good-as-skinny-feels.html”">

    Do you see the extra quote tags? Those are what are causing the 404 error.

    And no, the link ‘…in the edit screen’ isn’t showing for me either, try posting it again!

    Thread Starter FlagHippo

    (@flaghippo)

    I see that, yes. I have deleted them now I think but it still isn’t working. Please could you post it exactly as it should look? (Sorry I am a complete beginner!!)

    The first link that doesn’t even display looks like this:

    Edit – hasn’t displayed again and I’m not sure why!!

    Will try with out the < > …..

    a href=”http://www.telegraph.co.uk/news/celebritynews/6602430/Kate-Moss-Nothing-tastes-as-good-as-skinny-feels.htmltitle=”Here1″></a

    Thread Starter FlagHippo

    (@flaghippo)

    Stop the presses! The first link now works, thank you thank you 🙂

    But why isn’t the actual ‘link’ button in wordpress working?

    Ah, so the link you’ve been trying to put in is this:

    <a href="http://www.telegraph.co.uk/news/celebritynews/6602430/Kate-Moss-Nothing-tastes-as-good-as-skinny-feels.html" title="Here"></a>

    Just need to use the backticks to make sure the code doesn’t render.

    The reason why it’s rendering as blank is because there is nothing actually being linked. Example:

    <a href="/">Need to put text in here to link!</a>

    So when you add a link with the link button, make sure to highlight some text first!

    Thread Starter FlagHippo

    (@flaghippo)

    Ah yes I understand what went wrong now. But it was the link button that put it in the wrong place when I filled it in there. Is that some sort of bug or something I have done?

    At least I know I can manually do it now though, thanks again!!

    And just to clarify, are these back ticks > < ?? (Sorry for being a n00b lol)

    Backticks are ` those.

    Note under the message box on the forums here where it says “Allowed markup…”. Right under that it says “Put code in backticks.”

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Links to external sites will not work’ is closed to new replies.