wvmlt
11-27-2004, 07:00 AM
I have a text field on my site
<input type=text name=useravatar value=\"$useravatar\">
where users can insert the url of an avatar. I would like to present the user a group of avatars to choose from and when one is selected, have the url entered in the text field. Can I do this or do I need to just enter the url next to the avatar and tell users to paste the url of the avatar they want to use?
<input type=text name=useravatar value=\"$useravatar\">
where users can insert the url of an avatar. I would like to present the user a group of avatars to choose from and when one is selected, have the url entered in the text field. Can I do this or do I need to just enter the url next to the avatar and tell users to paste the url of the avatar they want to use?