Ok, here is my problem: I wanted to create a little PHP script to use as my avatar, that outputs a random image from a given directory each time it's run. I did this just fine, and have it working just gravytastic, you can see it at
http://www.se7enet.com/avs/random.php - After I wrote it, I used phpMyAdmin to manually change my avatar to the script, since threads itself won't let me. (It's my site anyway, its not like I'm trying to hack it or anything!

)
The problem is, either in my profile or hard-coded by Threads, my avatar size is being listed as 50x50, so that in the image tag it gets specified as
width="50" height="50". And this wouldn't be so bad, except for some of the avatars I'm using are 48x48, not 50x50. Thus, these ones get stretched out and end up looking kinda funny when they display in a thread.
So, how can I get rid of the specific image size in the tag? Is this in a template somewhere, or multiple templates?
Thanks in advance!
---Jamin