How do I make text on a single HTML page link to different outputs of a single

image on the same page? I've got a HTML site that is built around a CSS template. I have a single large image on one page where I'd like to display a number of images based on links that are listed on a sidebar on this page. I'd like to design the page so that clicking on a link will display a new image in this single large image's area (as an output of sorts). To simplify it: it would be like a thumbnail, but with text. It would be considered a hyperlink, but it wouldn't navigate away from the page, it would simply change this one large image.

I believe it involved having an 'active' image, so when one link is selected, it is considered active, and other links can be select and hence 'activated' in the same way, changing the main image.

Any help with this would be greatly appreciated :)
 
Back
Top