+ 1
How do i add images
Is there a way I can add images? Plus the head tag and body tag writes on the same line
4 odpowiedzi
+ 1
Thanks a lot that was really helpful
0
You have to reference images stored on an internet accessable location. You cannot save images to the Sololearn server.
0
How?? Am a newbie
0
For example:
<img src = "https://www.somewebaddress.com/images/my_logo.jpg" alt = "My Logo Is Here" />
This could be on a site that allows you to save images for a fee or for free. It could also be a stock image that is allowed to be shared for free.
Let's say you have a cloud drive and you reference an image you have stored there. You would have to allow public access to that location if you want anyone that accesses it from Sololearn to see it.