inherit
58795
0
Jun 16, 2007 10:00:03 GMT -8
greenscreen
Greenscreen of Borg
137
September 2005
greenscreen
|
Post by greenscreen on Sept 28, 2005 13:18:09 GMT -8
Forum URL: greenscreen.proboards51.comhello everyone I seem to be having a bit of a problem. my Avatar wont go any bigger than 65x65 could someone help me with this? ? Greenscreen
|
|
inherit
35439
0
Oct 26, 2008 8:09:35 GMT -8
JshLnsctt
1,489
January 2005
jshlnsctt
|
Post by JshLnsctt on Sept 28, 2005 13:19:16 GMT -8
What is the URL to your avatar image?
|
|
inherit
58795
0
Jun 16, 2007 10:00:03 GMT -8
greenscreen
Greenscreen of Borg
137
September 2005
greenscreen
|
Post by greenscreen on Sept 28, 2005 13:26:49 GMT -8
|
|
inherit
35439
0
Oct 26, 2008 8:09:35 GMT -8
JshLnsctt
1,489
January 2005
jshlnsctt
|
Post by JshLnsctt on Sept 28, 2005 13:27:54 GMT -8
Have you tried manually entering 100width and 100height after the URL, because if you do not enter them it will automatically size it to 65x65
|
|
inherit
58795
0
Jun 16, 2007 10:00:03 GMT -8
greenscreen
Greenscreen of Borg
137
September 2005
greenscreen
|
Post by greenscreen on Sept 28, 2005 13:29:35 GMT -8
Thanks! one other question are there maximum and minimum sizes? so if I wanted it the size I found it could I set it to that? (it was 200x213)
|
|
inherit
35439
0
Oct 26, 2008 8:09:35 GMT -8
JshLnsctt
1,489
January 2005
jshlnsctt
|
Post by JshLnsctt on Sept 28, 2005 13:30:41 GMT -8
Your Welcome
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 28, 2005 13:39:31 GMT -8
|
|
inherit
58795
0
Jun 16, 2007 10:00:03 GMT -8
greenscreen
Greenscreen of Borg
137
September 2005
greenscreen
|
Post by greenscreen on Sept 28, 2005 13:48:54 GMT -8
thanks snake! where do I put this code? (I'm a little new to this)
|
|
inherit
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 28, 2005 13:49:29 GMT -8
Global footer. (it says it in the post)
|
|
inherit
58795
0
Jun 16, 2007 10:00:03 GMT -8
greenscreen
Greenscreen of Borg
137
September 2005
greenscreen
|
Post by greenscreen on Sept 28, 2005 13:52:33 GMT -8
thanks snake! I got it now!
|
|
inherit
BANNED !!
28838
0
Nov 3, 2005 16:42:58 GMT -8
Iron Man
2003
1,829
August 2004
evanescencedude
|
Post by Iron Man on Sept 28, 2005 13:53:49 GMT -8
try this code...
global footer
<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
Proboards Legend
12897
0
Oct 16, 2016 6:49:45 GMT -8
Snakeair
I don't know what to write here.
40,721
August 2003
snakeair
|
Post by Snakeair on Sept 28, 2005 13:55:55 GMT -8
thanks snake! I got it now! Your welcome.
|
|