PDA

View Full Version : Help webcam


GEH4EVR
11-21-2005, 08:52 AM
How do I put a webcam link into google earth?

araT
11-21-2005, 11:14 AM
There are two ways you can do it..

[a] if its a still image that gets updated every 'x' seconds, you can put it in by using img tags.. <img src="WWW.LINKHERE.COM"> though if you do do this, dont forget to check the option to have it update every 'x' seconds/minutes :)


[b] if you just want a link to the site, you use a href tags <a href="WWW.LINKHERE.COM">Title of link here</a>

Enjoy :D

T.