insert local image in html

capngene

New Member
I reviewed the "new pet" message format and duplicated it with a different file name for the picture. The picture shows up as a broken link. How do I reference the location of the jpg image? None of the following work:

<p><img src={File:"/users/gene/pictures/2009_05_02/Check1.JPG"}></p>

<p><img src="Check1.jpg"></p>

<p><img src={File:"Check1.JPG"}></p>
 

stanbusk

Administrator
Staff member
First drag and drop the attachment to the attachment panel. Then you can use:

{File:"Check1.jpg"}

You can insert that text dragging and dropping the attachment to the message field.
 

capngene

New Member
Thanks, simple solution

stanbusk said:
First drag and drop the attachment to the attachment panel. Then you can use:

{File:"Check1.jpg"}

You can insert that text dragging and dropping the attachment to the message field.
 
Top