Coding problem
-
I am trying to insert a picture on my website and i enter the code
<img scr=“filename.jpg”> and it will not work, also putting the html file and the image file in the same folder on my computer will not work. Please help -
This forum is about Notepad++, a text editor. For information about writing HTML see https://www.w3schools.com/ for example.
But you may try to write <img src=“filename.jpg”>.