Insert image into myspace with a link

11 Comments

Here is a tip to insert an image into a myspace comment with a link to a site when someone clicks on it.
Use for good, not evil.

insert image with link
<a target=”_blank” href=”http://HERE IS WHERE YOU PASTE THE ADDRESS OF WHAT YOU WANT IT TO LINK TO”><img src=”http://PASTE THE ACTUAL IMAGE LOCATION HERE”></a><br>

 

Insert image into myspace and in comments

14 Comments

My post on inserting a video into myspace has become very popular already. There is obviously a need for info on basic myspace pimping. I thought I should do another to help blog on that. How do I put a picture into myspace?

First you need to find the URL location of the image. Every picture you see on the internet has a location where the picture resides. You must get the address of the image. If you are having trouble getting the address, try right-clicking on the image and clicking properties, then copying the address from the box that pops up.

Now, place that address (URL) where the Xs are:
<img src=XXXXXXXX>

Will look like this
<img src=http://orlickenterprise.com/images/magik!.jpg>

Copy and paste that where you want the image to appear – in myspace or wherever.

Next step -> If you want people to get linked back to your site or another site when they click on your image, insert this code instead:
<a href=”XXXsite to link back toXXX”><img src=”XXX URL of imageXXX”></a>