MYSPACE CHANGED THEIR CODES SO THAT LINKS NOW GO THROUGH THEIR SITE. This is supposed to protect you from spammers or other malicious individuals, but I think it just reduces your accountability on the internet. People should be able to see the link they are clicking on….
That being said..

There are no stupid questions, only stupid people. I can see how people come about my blog page, by what searches. There has been a number which came about by the search “how do I put URL into myspace?” which I interpret as people wanting to know how to put in a link on a myspace comment or any other site.

IF YOU WANT TO COPY AND PASTE THE CODE, CLICK THIS LINK

BELOW IS A VISUAL EXAMPLE ONLY. WordPress messes up the quotes and this will not work unless you replace the quotes.

<a href=”http://orlickenterprise.com”>my site</a>
will give us: my site

If you want the link to open in a New Window – this is nice, you probably do…
<a href=”http://WEBSITE URL” target=”_blank”>TEXT TO DISPLAY</a>
Which will yield:
my other site

you can use that code on most social networking sites (myspace, not facebook). its html.

A trick I have been doing is that all the code I frequently use to write comments on profiles and blogs I put in a notepad file on my desktop for easy access. In that file, I have some numbers I have to enter frequently like some long PIN numbers and also the code for inserting a picture and the code for linking.
It is code, and it is fickle. You won’t leave room for mistakes if you cut and paste from your notepad file. And its quick!