0
How can I insert an image from google? Do an example
5 odpowiedzi
+ 1
<img src="https://www.-Your image url here-" alt="-alt name here-" width="20" height="20">
Hope this helps.
+ 1
<img src="https://yt3.ggpht.com/-v0soe-ievYE/AAAAAAAAAAI/AAAAAAAAAAA/OixOH_h84Po/s900-c-k-no-mo-rj-c0xffffff/photo.jpg" alt="Google logo" width="300px" height="200px">
+ 1
If you mean "from google drive", you can't: it's a limitation of google drive...
But you can use the google site service, instead, to upload files and get a link wich can be used in 'src' attribute.
Tested, and approved today ( but the author of the question seems to have deleted the thread just after upvoting and thanking for working advice :P
Anyway, I succeed to find the link of the step by step explanation in the history of my browser:
http://www.mybloggerlab.com/2015/07/how-to-add-audio-files-to-posts-in-blogger.html
0
Can you do a more specific example?
0
thanks for help😀