Sunday, June 8, 2008

How To Remove ImageShack Rubbish Code

From this:
Image Hosted by ImageShack.us


Code:

<a href="http://imageshack.us/"><img src="http://img149.imageshack.us/img149/5065/sakuraei6wf1.png" alt="Image Hosted by ImageShack.us" border="0"></a>
<a href="http://g.imageshack.us/g.php?h=149&amp;i=sakuraei6wf1.png"><
img src="http://img149.imageshack.us/img149/5065/sakuraei6wf1.faf3f1fee1
.jpg" border="0"></a>


To this:


Code:
<img src="http://img149.imageshack.us/img149/5065/sakuraei6wf1.png">


What are the changes?
-Removed "Free Image Hosting http://www.imageshack.us" link.
-Left click disabled.

Why removing the code?
-Surely the picture will look neater.

Tip-Always observe the codes.