-
Attaching a image to a placemark
I would like to take picture with my camera and attach an image to the description with the place mark. Can anyone give me instructions on how to do this? I have tried to do it with images on the web but only the link shows up and not the actual picture. Thanks
-
ṨῤἵḋểṙẊƻƻ
If the picture is on the web, use:
<img src="websiteurl">
the url needs to be an image format though, so the url should end in .jpg or some other image format.
If the picture is on your own computer, use:
<img src="file:///C:/Users/Me/mypic.jpg">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules