techmanexecute
inherit
-666451
0
Nov 30, 2024 1:11:27 GMT -8
techmanexecute
0
January 1970
GUEST
|
Post by techmanexecute on Jun 20, 2005 7:03:04 GMT -8
I use this code to remove the avatar size limit but when I change my avatar to 110 by 110 and then check my profile it says it is 65 by 65. Why?
Code:
<script type="text/javascript"> <!-- /* Remove avatar size limits for everyone by california */ var img=document.getElementsByTagName("img"); if(location.href.match(/=(display|goto|viewprofile)/)){ for(i=0;i<img.length;i++){ if(img.alt=="[avatar]"){ var t=img.parentNode; var s=t.innerHTML.replace(/width=.?\d+?.?/i,''); var r=s.replace(/height=.?\d+?.?/i,''); t.innerHTML=r;
} } } // --> </script>
|
|
inherit
27353
0
Nov 30, 2013 13:08:47 GMT -8
xiØn
6 years is a long time.
16,973
July 2004
xi0n
|
Post by xiØn on Jun 20, 2005 7:10:50 GMT -8
The code goes in Global Footer. And make sure you put 110 x 110 in the avatar area.
|
|