1
I can use the image tag for every kind of image but our game site has a sig option which allows the stats they have to show over that sig. Right now we just link to it.
not sure how to word what I am looking for. It is a php file that posts the stats over the image file.
so the http link to this info ends sort of like this:
url.... .com/sigstats/sig.php?id=2?&bg=2.jpg&c= (rest is specific to that user)
bg is the image file
id=2 is my particular ID
anyways. Is there someway for this to work in the sig section of a profile?
I think instead of doing an [img tag, it should be a php script tag but 1. not sure how to do that and 2. not sure that is something that will work in forums anyway.