Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Creating a web link from URL that is just a name?

Options
  • 24-04-2017 3:36pm
    #1
    Registered Users Posts: 3,405 ✭✭✭


    I want to create web link that is just the name of the website, not the entire URL, that I can insert into a site.

    e.g. I want........

    www.JoeBloggs.ie

    ...to appear on the screen as a live link that reads simply....

    JoeBloggs

    ...and when someone clicks on it, they're taken to www.JoeBloggs.ie

    How can I do this?

    Thanks.

    D.

    Ps. Hope this is the right forum!


Comments

  • Registered Users Posts: 4,267 ✭✭✭mcgovern


    Dinarius wrote: »
    I want to create web link that is just the name of the website, not the entire URL, that I can insert into a site.

    e.g. I want........

    www.JoeBloggs.ie

    ...to appear on the screen as a live link that reads simply....

    JoeBloggs

    ...and when someone clicks on it, they're taken to www.JoeBloggs.ie

    How can I do this?

    Thanks.

    D.

    Ps. Hope this is the right forum!

    Assuming it's HTML you are talking about, you'll find examples here.


  • Registered Users Posts: 402 ✭✭hawkeye_bmr


    <a href="www.joebloggs.ie">Joe Blogs</a>


Advertisement