PDA

View Full Version here: : Solar widget


bloodhound31
02-06-2012, 10:09 PM
That solar image on the left sidebar is something I've had on my previous websites, but I've been all over SOHO and can't seem to find the html code for it.

Any help?

Baz.

bloodhound31
07-06-2012, 12:31 AM
85 views and no-one knows?

joe_smith
07-06-2012, 08:15 PM
try this code :) copy into this page (http://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro) and play with it, until you get what you want.

<!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>

TrevorW
07-06-2012, 08:26 PM
http://sohowww.nascom.nasa.gov/data/realtime/

you can find this by holding your cursor over the image go to site copy image if this is any help

bloodhound31
07-06-2012, 09:00 PM
Thanks heaps Joe and Trevor! You guys are the BOMB!!

Baz.

joe_smith
07-06-2012, 09:46 PM
no probs I just checked out your site, its pretty good :) I liked the black hole animation and info :)

bloodhound31
07-06-2012, 09:53 PM
Awww...ta Joe! Glad ya like it mate. Working on a solar eclipse page at the moment. Should have it published soon.

Baz.