Uploading Images into a branch table

Re: Uploading Images into a branch table

by Chris Collman -
Number of replies: 0
Gambar Documentation writers
Hi Clint.
I always use the html tool bar and the picture icon and upload the picture into the Moodle file structure because I don't want it to change.

Here is the source code after I inserted an image into demo.moodle.org in Feature Lesson. I used a file I found by drilling down into some folders.

<div style="text-align: center;"> <img width="240" vspace="0" hspace="0" height="60" border="0" src="http://demo.moodle.org/file.php/2/Media_examples/Moodle_Logos/moodle-logo-med.gif" alt="test" title="test" />

But I can paste in another url in the url window or into the code. For example, my nephew put up this picture. www.doulton.org/images/st_georges_dragon.jpg . Drop the www. and insert it after the http:// presto a picture of the St. George dragon in Newport RI. You will have to play with the image size.

If you have a picture on your hard drive and are using the picture tool on the html tool bar:
First browse for the picture.
Then upload the picture
the select the picture you uploaded
Give it an alternative text
and then save it by saying OK..


Hope this helps.

Chris