javascript - How to create a download button out of an image? -


i have icon , want work download button pdf. i've tried several things nothing has worked far easy way this?

fairly simple wrap icon in anchor, or use icon background one

<a href="path/to/download">    <img src="icon.png"> </a> 

Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -