I am using a link to pass and print a text variable to the signup page and it works fine. I would like to do the same with an image. Is this possible? ie I have a link like this: https:/yoursite.org/amember/signup.php?state=Wyoming and it displays using: {$smarty.get.state} Can I do the same for a graphic? I would like to have a different header graphic called based on what I put in the link. what is the syntax? https:/yoursite.org/amember/signup.php?state=Wyoming?html_image=/images/wyoming.jpg {$smarty.get.html_image} Any help would be appreciated. I obviously do not know much about smarty....or billions of other things