Difference between revisions of "Iframes and google earth points of interest"
From Help Wiki
Line 1: | Line 1: | ||
+ | |||
+ | #Create a Placemark '''Add > Placemark''' | ||
+ | #Add the following to your Google Earth Placemark | ||
<pre> | <pre> | ||
− | |||
− | |||
<div align=left> | <div align=left> | ||
<IFRAME SRC="http://blogs.evergreen.edu/yoururltopost" WIDTH= "510" HEIGHT="600"> | <IFRAME SRC="http://blogs.evergreen.edu/yoururltopost" WIDTH= "510" HEIGHT="600"> | ||
</IFRAME> | </IFRAME> | ||
</div> | </div> | ||
− | |||
</pre> | </pre> |
Revision as of 11:54, 11 October 2010
- Create a Placemark Add > Placemark
- Add the following to your Google Earth Placemark
<div align=left> <IFRAME SRC="http://blogs.evergreen.edu/yoururltopost" WIDTH= "510" HEIGHT="600"> </IFRAME> </div>