Thread: Solar widget
View Single Post
  #3  
Old 07-06-2012, 08:15 PM
joe_smith's Avatar
joe_smith
Registered User

joe_smith is offline
 
Join Date: Mar 2006
Location: Ingleburn
Posts: 481
try this code copy into this page and play with it, until you get what you want.

Code:
<!DOCTYPE html>
<html>
<body>
<img src="http://sohowww.nascom.nasa.gov/data/realtime/mdi_igr/1024/latest.jpg"  width="200" height="200" alt="our sun">
<img src="http://sohowww.nascom.nasa.gov/data/realtime/eit_304/512/latest.jpg"  width="150" height="150" alt="our sun">
<img src="http://sohowww.nascom.nasa.gov/data/realtime/eit_171/512/latest.jpg"  width="200" height="200" alt="our sun">
<img src="http://sohowww.nascom.nasa.gov/data/realtime/eit_195/512/latest.jpg"  width="150" height="150" alt="our sun">
</body>
</html>

Last edited by joe_smith; 07-06-2012 at 08:34 PM. Reason: Added new data
Reply With Quote