Question:

I want 2 know how do u create a txt into a url???

by  |  earlier

0 LIKES UnLike

example if u want to make the word home clickable on you myspace how do u do that wat type of code do i use????

 Tags:

   Report

2 ANSWERS


  1. Do:

    <a href="URL LINK HERE">Your sentence/text/whatever you want</a>

    and you're all set!!


  2. Here's everything you need to know about links:

    To display a text link:

    <a href="url_of_link">Text that will be displayed on your page</a>

    To display a text link which opens into a new browser window:

    Set target="_blank" <a href="url_of_link" target="_blank">Text that will be displayed on your page</a>

    To make a picture a link:

    <a href="url_of_link"><img src="url_of_image"></a>

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions