Image Issues

Re: Image Issues

by Devin Roush -
Number of replies: 0

I don't know if this will help?

I looked at the source on the post page...this is the tag that Moodle is using for an image I put on the post that shows up when editing the post:

<img title="text" height="35" alt="text" hspace="0" width="35" border="0" />

As you can see, the tag leaves out the crucial "src" attribute.  It's as if Moodle didn't deem that important?

In the editor, the path to the image is listed as:

<img title="text" height="35" alt="text" hspace="0" src="http://oac1moodle.prod.ohioauto.com/moodle/file.php?file=/2/f2.png" width="35" border="0" />

Does anyone have any ideas as to why Moodle is omitting the "src" attribute when posting? 

Any help is very much appreciated!