how do I make it so when I click a picture, it takes me to a new page?

Recommended Answers

All 3 Replies

I haven't seen this in "database" so could you tell us what language you need to use or is this a web page?
For web pages google about "clickable images."

Hi, so sorry for taking so long to reply to this topic. I saw it the other day but I was on my phone and couldn't provide a proper reply.

I suspect you want to do this with HTML. You would do something like:

<a href="http://www.website.com/page.html">
    <img src="http://www.website.com/image.gif">
</a>

Good luck!

I haven't seen this in "database" so could you tell us what language you need to use or is this a web page?

I updated this topic's tag to 'html'.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.