+ 5
How do I place a link button on a website's home page image?
How do I place a link button on a website's home page image?
14 ответов
+ 1
HTML5 has included new tag named map that lets adding links to specific parts of an image. Read about it. Probably it's what you want!
+ 4
I want to add a button on a image
+ 4
Hmmmm. Nice answer
+ 4
Hmm . Ok I will try
+ 4
Timur Myngbay thank you for new information.
+ 3
If you give me some examples
+ 3
Timur Myngbay thanks
+ 2
I told that " a link button on image"
+ 2
Create a div element with background image and place a button on it
+ 2
Or You can directly give background image to a button
+ 1
Mahfazzalin Shawon Reza We are not able to understand your question please explain it properly
+ 1
Mahfazzalin Shawon Reza not at all! Enjoy coding, keep practicing! Don't stop!
0
<a href="yourLinkPath">
<img src="yourImgPath">
</a>
Hope this helps.
0
To make a image which takes you to another page you can use:
<a href="Link"><img src="image adress"></a>