These HTML codes will allow you to add images and links to web sites on your MySpace Web Page. We have also added code that allows you to create a smaller picture which you can click to create a new one. Read on below.
Code to Add Image to Page: <img src="picture_location">
--Put anywhere in profile. Replace picture_location with the picture address. Code to Resize Image:<img src="picture_location" height="number">
--Put anywhere in profile. Replace picture_location with the picture address. Replace number with the right height for the page, usually between 80-110 for smaller pics and 250-325 for larger ones. Code to Create a Hyperlink:<a href="your_link_.com">Click Here</a>
--Place anywhere in profile. Replace your_link_,com with the web address of the site you are linking to. You can replace Click Here with whatever you want the words the person clicks on to say. Code to Make Image Clickable: <a href="your_link_.com" border="0"><img src="picture_location" height="number"></a>
-This will allow you to make a picture clickable to a web site or you can make thumbnail pictures of your images which when clicked will load a larger image. There are 2 ways to do this. Either load the picture in the same window so the user can navigate using the back button or load it in a new window so it can be closed.
-Place anywhere in profile. Replace your_link_,com with the web address of the site you are linking to. Replace picture_location with the picture address. Replace number with the right height for the page, usually between 80-110 for smaller pics and 250-325 for larger ones Making Smaller Images Clickable to Larger One:
--Use the code from above, Code to Make Image Clickable. Change 2 things. After border="0" put target="_blank" . Then, replace height="number" with height="90" or something similar in number.
Example... <a href="http://www.myspacealive.com" border="0" target="_blank" ><img src="http://www.myspacealive.com/images/welcome.jpg" height="90"></a>