-->
Page 1 of 2

How to upload a picture on a website?

PostPosted: Sun Feb 19, 2017 6:14 pm
by farkas
i try

html |<img src="/pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">|
html |<img src="http://192.168.1.245/pic_mountain.jpg" alt="Mountain View" style="width:304px;height:228px;">|
image "/pic_mountain.jpg"
wait

but nothing appears

Re: How to upload a picture on a website?

PostPosted: Mon Feb 20, 2017 9:19 am
by heckler
I use my public folder on DropBox
After you copy the image into the dropbox folder then right click on it and copy the public URL and paste the url into the image link in the forum post.

hope that helps
dwight

Re: How to upload a picture on a website?

PostPosted: Tue Feb 21, 2017 4:41 pm
by farkas
thanks for your help but nothing is happening here :(

Re: How to upload a picture on a website?

PostPosted: Wed Feb 22, 2017 12:43 am
by Mmiscool
If you right click in your browser and go to view source what do you see as the html output from the interperter?