I want to make my site have it so that depending on the radio button I have selected, a different image will appear below. I have the radio buttons inside a <fieldset> tag, and would like the image to display below all the buttons, but still inside the <fieldset>. How would I go about doing that?

-Thanks