|
How to post a link on your MySpace webpage
This page will help you to post a link on your MySpace. All you have to
do is follow the steps below and you'll be done with your MySpace links
in no time. 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>
|
|