Line drawings

User login

I would like to include a few simple line drawings in my manuscript. I tried to insert them as jpegs but it didn't work. Is there a way to do this? 

Comments

Bill, I have experimented with that in my manuscript and it boils down to using raw HTML, in this case the IMG element, which is not complex at all—see full information here. You enter the information via the "SOURCE" (meaning: HTML editor) button in the Red Lemonade EDIT window.
The format of that element including the elements you really need/want:
<img src="http://server.com/picture.jpg" alt="" width="300"/>
where "http://..." is the web address (could be any URL) where the picture resides & I specified the width to fit the page. All the other attributes are optional.
Examples on all pages of my manuscript.

Hope this helps! — Cheers from Berlin, Marcus
Brilliant, Marcus! It works! Thank you very much for your help.