Image Filters (Cool Image Effects)

FILTERS WORK IN INTERNET EXPLORER ONLY!

Alpha Channel


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212"
style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)">



<img src=”URL TO PIC HERE” style=”Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)”>






Motion Blur

src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: Blur(Add = 0, Direction = 225, Strength = 10)">



<img src=”URL TO PIC HERE” style=”Filter: Blur(Add = 0, Direction = 225, Strength = 10)”>





Flip Vertical


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: FlipV">



<img src=”URL TO PIC HERE“style=”Filter: FlipV”>





Horizontal Vertical


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: FlipH">



<img src=”URL TO PIC HERE“style=”Filter: FlipH”>





GrayScale



src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: Gray">



<img src=”URL TO PIC HERE” style=”Filter: Gray”>





Invert


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: Invert">



<img src=”URL TO PIC HERE” style=”Filter: Invert”>





Wave


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212"
style="FILTER: Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)">



<img src=”URL TO PIC HERE” style=”Filter: Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)”>





Xray


src="http://69.72.137.86/wp-content/blogs/26/uploads/Filter1.jpg" width="208" height="212" style="FILTER: xray">



<img src=”URL TO PIC HERE” style=”Filter: xray”>

Comments

Creating Text & Images Links

To display a text link:

<a href="URL_OF_SITE_HERE">Displayed Text </a>

To display a text link which opens into a new browser window:

Set target="_blank"

<a href="URL_OF_SITE_HERE" target="_blank">Displayed Text </a>

To make a picture a link:

<a href="URL_OF_SITE_HERE"><img src="URL_OF_IMAGE_HERE"></a>

 


Comments

Add Images to Your Myspace/Comments

Quickest Way (Less Control)

1. Upload to Tinypic.com

To Have Complete Control Of Your Pics

1. Go to a site such as PhotoBucket and create an account.
2. Upload Pictures to your PhotoBucket account from your computer.
3. Copy the TAG code and paste it wherever in you want thepicture to show.
4. To place a picture in a friends comments, simply paste the code into the comment entry box.

If you wish to use a picture you found on a website, just save the picture to your computer, and then upload.

Hot Linking URL from Site (Not recommended)

Right Click On The Picture and Click Properties. Then Copy The URL to the Picture and Put It In This Code

<img src="url to picture">

Comments