Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Best way to overlay a link button to a .png image? Reply To: Best way to overlay a link button to a .png image?

#197147
Paulie_D
Member

It’s hard to comment much without knowing your existing HTML.

I’m not understanding how I would be able to overlay a link button (to another url) and place it into a space in an image I uploaded and added to my page.

From the sound of it you have an element containing an an image something like

<div>
<img src="path-to-my-image" alt="my alt text"/>
</div>

Is that what you have so far?

And you want to put a link “button” to another page somewhere on top of that image…right?