Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add a image to cloud9?

I have googled and searched for this but I need help. I feel really stupid because I have been using ide's for awhile. Just not cloud based. So how do I add a local image to my cloud9 html page?

like image 930
Jeremiah Lewis Avatar asked Feb 11 '23 05:02

Jeremiah Lewis


2 Answers

You could upload your image online then use href to use the online link.

Otherwise, if you'd still like your image to be local, you can upload files to your workspace like this.

I hope this helps :)

like image 90
mas4 Avatar answered Feb 13 '23 04:02

mas4


you can also use a simple save and drag method.

  • save the image in your images folder on your desktop (or where ever)
  • open cloud9 project so that you can see your file hierarchy
  • click on image saved to your computer
  • drag and drop into images folder this is as of 03/2016
like image 38
martaabba Avatar answered Feb 13 '23 03:02

martaabba