Myspace Image Tweaks
How to Add Images to Your Myspace/Comments
If you’re image is already on the internet, to add it to your Myspace:
1. Right click the image and click properties.
2. In the properties
highlight and copy the Address (URL) as shown in the screenshot. 
3. Paste it into the following code
<img src=”http://your_image_url_name.com”>
If you want an image from your computer then you’re going to have to upload it at somewhere like http://imageshack.us. There are instructions on the site to instruct you how to do that, but remember to copy the Direct Link To Image url (as shown below).

Editing The Size Of Your Image
If you want to edit the size of your image all you need to do is add the height=”xx” and width=”xx” tags to your image tag.
i.e.
<img height=”20” width=”20” src=”http://your_image_url_name.com”>
You can change the height and width to the size you want your image to be. Please note that they are in pixels.
Creating an image link is identical to creating a text link, you just use your image code instead of text (the code in red is the link command while the code in blue is your image code)
e.g.
<a href=http://yourlinkhere><img src=http://imageaddress.com></a>
Image Filters (n/b add images with the codes for examples)
Incase you are unfamiliar with the term filters when it comes to images, these are special effects you can apply to your images on Myspace using the filter tag.
Please note that these only work in Internet explorer so if you’re using Firefox or Opera you’re just going to see plain images.
<img src="URL TO PIC HERE" style="Filter: xray">
<img src="URL TO PIC HERE" style="Filter: Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)">
<img src="URL TO PIC HERE" style="Filter: Invert">
<img src="URL TO PIC HERE" style="Filter: Gray">
<img src="URL TO PIC HERE"style="Filter: FlipH">
<img src="URL TO PIC HERE"style="Filter: FlipV">
<img src="URL TO PIC HERE" style="Filter: Blur(Add = 0, Direction = 225, Strength = 10)">
<img src="URL TO PIC HERE" style="Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)">
Resize Large Images Left In Your Comments
If you’ve ever had someone leave you an image comment that’s far too big and has stretched your profile out, you can copy and paste this code into your About Me section to resize it.
<style type="text/css">
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>


