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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

HTML - Editing it to make name appear instead of link?

  • 03-03-2015 12:14pm
    #1
    Registered Users, Registered Users 2 Posts: 3,420 ✭✭✭


    I am putting client links on a website.

    I can edit the HTML.

    So, what I'd like to do is to replace the actual link on the screen with the client's name.

    For example, if I put Boards on the site, I see boards.ie/

    But, in the HTML editor, I see the text below...

    <a href="http://boards.ie/"&gt;http://boards.ie/</a><br><br>

    What do I have to change in the above to make it appear on the screen as, say, Boards, but act as a link to their site?

    Thanks.

    D.


Comments

  • Moderators, Society & Culture Moderators Posts: 17,643 Mod ✭✭✭✭Graham


    Dinarius wrote: »
    I am putting client links on a website.

    I can edit the HTML.

    So, what I'd like to do is to replace the actual link on the screen with the clinen'ts name.

    For example, if I put Boards on the site, I see boards.ie/

    But, in the HTML editor, I see the text below...

    <a href="http://boards.ie/"&gt;http://boards.ie/</a><br><br>

    What do I have to change in the above to make it appear on the screen as, say, Boards, but act as a link to their site?

    Thanks.

    D.
    <a href="http://boards.ie">Boards</a>
    


  • Registered Users, Registered Users 2 Posts: 7,740 ✭✭✭mneylon


    You might want to spend some time learning HTML basics http://www.w3schools.com/html/


  • Registered Users, Registered Users 2 Posts: 3,420 ✭✭✭Dinarius


    Graham wrote: »
    <a href="http://boards.ie">Boards</a>
    

    Excellent!

    Worked a treat.

    Thanks. :)

    D.


Advertisement