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?
March 3, 2015 at 5:19 am
#197147
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?