+ 1
I tried different methods but the instagram image its not showing
Please help me I really appreciate it share your thoughts about this https://code.sololearn.com/WVkLZcOmUQjE/?ref=app
5 Respostas
+ 8
Tachiyomi Saichi
This is Wrong tag<image> ,use <img>tag for image...
Use like this.
<img src="https://i.ibb.co/61XFnbs/2018-social-media-popular-app-logo-instagram-1024.png" alt="2018-social-media-popular-app-logo-instagram-1024" border="0" width="40px" height="40px">
for more...
https://code.sololearn.com/WRffQyCS7Rmy/?ref=app
+ 5
Tachiyomi Saichi
i, myself, use font-awesome
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'>
<i class="fa fa-facebook share" style="font-size:32px;color:darkblue"></i>
<i class="fa fa-instagram share" style="font-size:32px;color:blue"></i>
<i class="fa fa-twitter share" style="font-size:32px;color:lightblue"></i>
+ 2
Tachiyomi Saichi
image is a wrong tag.whenever you use it, it will always tell you wrong.
See this. this,
https://www.w3schools.com/html/html_images.asp
https://www.w3schools.com/tags/tag_img.asp
For icons you can also try this..
https://code.sololearn.com/WgK0aBFWDy9v/?ref=app
+ 1
Tนktนk💕 bro but after i rewrite the inage tag its still dont work i guess its because of the source
+ 1
BroFar thats amazing bro