add your url to myspace.com
We'll show you that how to post a link on your MySpace can be done simply and efficiently. No complicated codes needed for you to memorize because posting a link on your MySpace is actually very quick and easy! Now scroll down and read about how to post a link on your MySpace.
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>
<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>