It's putting a "\" sign before which is not needed and so image source is not working. It should be: `<img src="img/logo _2.png"` It is giving: `<img src="/img/logo _2.png"` [http://prntscr.com/hs6pa6](url) Please suggest ways so I can fix this; thanks!
It's putting a "" sign before which is not needed and so image source is not working.
It should be:
<img src="img/logo _2.png"It is giving:
<img src="/img/logo _2.png"http://prntscr.com/hs6pa6
Please suggest ways so I can fix this; thanks!