andrewbrg / codepad-chrome-app

An awesome multi-language IDE written in JavaScript, crafted for ChromeOS and released under the GNU general public license!
https://chrome.google.com/webstore/detail/code-pad-ide/adaepfiocmagdimjecpifghcgfjlfmkh
GNU General Public License v3.0
134 stars 86 forks source link

Cant put an jpg/png image in html #66

Open Eazy02 opened 3 years ago

Eazy02 commented 3 years ago

I cant put an image in html so please fix this

coder0107git commented 3 years ago

If you want put an image in HTML you will need to put something like <img src="some_image.jpg" alt="Some Image Description" width="500" height="600">