Question:

How do you turn text into a hyperlink?

by  |  earlier

0 LIKES UnLike

I tried the code think and it wouldn't work......i would type the code and all the letters after it would turn into a hyperlink that wouldn't work.......detailed answer please..... : )

 Tags:

   Report

6 ANSWERS


  1. graphics design-

    http://userstyle.org/


  2. try the anchor tag, and make sure there is already a site where the hyperlink will go. Check if your codes are correct. try this source for more info:

  3. Lets say the text you want to show for the link is "mypage" and the actual address is http://www.mypage.com

    here is what you would need for a link:

    <a href = "http://www.mypage.com">mypage</a>

    Also, if you're saying it won't work because you can't click on it yourself when composing the email, that's ok.  Once it is sent, the user will be able to click on it.

    Hope this helps!

  4. <A NAME="inhoud"></A>

    <A> </A> are the anchors

    <BASE HREF="URI"> is the URI (Uniform Resource Identifier) is the URL that you need as target "http://host/path/"

    the BASE HREF is the base, or word that will appear hyperlinked

    <A TODAY'S NEWS="http://www.todaysnews.com"></A>

    The words TODAY'S NEWS will appear as hyperlink to the website http://www.todaysnews (not a real website just an example)

  5. USE HREF OPTION

  6. ------an example for you------------

    <a href="answer.yahoo.com">yahoo answers</a>

Question Stats

Latest activity: earlier.
This question has 6 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.