+ 2

How do i add images??

5th Jan 2018, 12:01 AM
Somade Daniel
Somade Daniel - avatar
5 odpowiedzi
+ 1
I found the issue. You’re adding an image from your personal computer. I don’t think it’ll work on here, however, I haven’t tried. Here’s 2 ways to fix it: 1. Open the image and drag it into a new tab in your web browser. Copy the url it gives you and replace your src. 2. Upload your image to a site such as www.imgur.com (free & no account needed) and take the link it gives you when you right click and press “copy image address.” Replace the src.
5th Jan 2018, 12:43 AM
luciel
luciel - avatar
+ 3
Check the HTML tutorial that is provided to you by SoloLearn. It's also provided to you by the freeCodeCamp website, of which you may link to your SoloLearn account for even further help via the settings.
5th Jan 2018, 12:18 AM
Fox
Fox - avatar
+ 2
I've tried it but its not working. when i use other html editors, it works bt dosent work with sololearn
5th Jan 2018, 12:30 AM
Somade Daniel
Somade Daniel - avatar
+ 2
Can you provide your code
5th Jan 2018, 12:34 AM
luciel
luciel - avatar
0
<img src=“image link” />
5th Jan 2018, 12:26 AM
luciel
luciel - avatar