How to Post a Link (HTML Code)
Some people like to tell their other myspace friends of a cool website or show them something that is on a website. One of the best ways to do this is to post a link as a comment or in a message. But most of us do not know how to make a link or website URL in HTML code. Today I am here to show you how! This quick tutorial is easy to follow and will teach you exactly how to make a link in HTML code.
Making a Link with HTML Code
To post a link, replace http://www.radprofile.com in the following code with the website of choice. It is very important to keep the http:// in the web address and in your code. And replace Visit This Cool Website with the text that you want displayed .
Making a Link with HTML Code that Opens The Link In a New Window
To post a link and have it open in a new window, use the following HTML code and replace http://www.radprofile.com in the following code with the website of choice. It is very important to keep the http:// in the web address and in your code. And replace Visit This Cool Website with the text that you want displayed. The attribute target_”blank” in the following HTML code tells the browser to open up the link in a new window.
Making an Image/Picture a Link
To post an image and make it link to a website is easy to do. All you need to do is include the URL of the website and the URL of the image in the HTML code. In the following HTML code replace http://www.radprofile.com in with the website of choice that you wish to link to. It is very important to keep the http:// in the web address and in your code. And replace http://www.radprofile.com/img/button.gif with the image that you want displayed.


Posted April 13, 2007
Comments(4)