- 1
How to add link on my linked image?
how to add link on my linked image from dropbox and i want my image if click go to my sololearn profile? https://code.sololearn.com/WQPS9RzC5yAa/?ref=app
3 ответов
+ 1
I guess you are trying to do something like this:
<a href="your_sololearn_profile_link"><img src="your_image_link"></a>
+ 1
Your welcome, just don't forget to close your img tag <img src=""> it could give you problems later
- 1
thanks Alejandro Serrato