• Hello, I wanted to create a hyperlink that says, workshops. I copied some code I found on a website. https://www.honestarttsentertainment.com/workshops/ I did this in note pad and saved the extension file as .html. When i open it after it’s saved, I see the link and I am able to click it; but when I copy this link to facebook, it only shows the text; the blue link disappears. What am I doing wrong? I just want to create a hyperlink that is one word that people can click to get to my website. I have the code, but don’t know how to save or copy the code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • This should help you construct a proper hyperlink:

    https://www.w3schools.com/html/html_links.asp

    I did this in note pad and saved the extension file as .html

    WordPress uses PHP, so the file extension for the page you are trying to link to would probably end in .php rather than the .html extension.

    Thread Starter jenksandartt

    (@jenksandartt)

    Thanks. I copied the code to notepad. Saved it as an .html. I opened it and I see the link. And it works when I click it. My only problem is, when I copy the link and paste it on a page, the link turns to regular text and is no longer a link.

    I copy this link to facebook

    So you are asking about copying HTML code to FB?

    Thread Starter jenksandartt

    (@jenksandartt)

    yes. I’m going to have some info about an event. Then I may say, click here. And click here will be that link.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hyperlink code’ is closed to new replies.