Forum Moderators: open
I know it would require javascript so I am posting it here.
Thank you a lot in advance.
P.S. I don't code in js so I don't know how this can be done.
Here's the script:
<BODY onLoad="imgs()">
<SCRIPT LANGUAGE="JAVASCRIPT">
function imgs() {
arr=document.getElementsByTagName("img");
for(var i=0;i<arr.length;i++)
{
if(arr[i].id=="thumb")
{
arr[i].src=arr[i].src.split("_")[2];
}
}
}
</SCRIPT>
<img src="low_res_wallpaper1.jpg" id="thumb">
P.S. Good luck with the wallpapers. I own my own wallpaper site.