How Do I Create A Link For A Domain Name In An Article Resource Box ?

4 replies
Hi all,

This is probably a stupid question to most of you - but I don't know the code I should write to hide the link in an article Resources Box ?

For example - Say my Domain is "http://mydomain.com/" and I wished the link to read "Go Here" . What would the code need to look like ?

Regards,
Geoff.
#article #box #create #domain #link #resource
  • Profile picture of the author Dan Riffle
    Like this:

    <a href="url">Link text</a>

    So:

    <a href="http://mydomain.com">Go Here</a>

    A good resource site:
    http://www.w3schools.com/HTML/html_links.asp
    Signature

    Raising a child is akin to knowing you're getting fired in 18 years and having to train your replacement without actively sabotaging them.

    {{ DiscussionBoard.errors[570203].message }}
  • Profile picture of the author AverageGuy
    depends on the article sites, they may or may not allow html code in resource box. on some sites, they may convert link directly. here is what I do:

    <a href="http://mydomain.com">Go Here</a> : http://mydomain.com

    this way, you always get a link.



    david
    {{ DiscussionBoard.errors[570233].message }}
  • Profile picture of the author Capricorn1
    Hi

    Thanks very much for that riff ! It is pretty simple isn't it.
    I appreciate your help.

    Regards,
    Geoff.
    {{ DiscussionBoard.errors[570234].message }}
  • Profile picture of the author Capricorn1
    Hi,

    Thank you very much too AverageGuy !
    Very much appreciated.

    Regards,
    Geoff.
    {{ DiscussionBoard.errors[570247].message }}

Trending Topics