kagallie
Not New Member
Posts: 3
kagallie said 0 great things
|
Post by kagallie on Dec 28, 2012 18:42:44 GMT -8
I'm looking for a Moon Phase 'widget', if you wil,l to stick in my side tables, but I want it to change weekly (Still in order) opposed to daily. Here is the site My name on there is Kagallie. We are currently using the CalculatorCat.com code, but I don't see anywhere I could edit that one for it to do what I want. (So if this is supposed to be in the Code request sorry, I wasn't sure :<) Here is the current Moon Phase code: <script language="JavaScript" type="text/javascript"> <!-- function writeJS(){ var str=''; str+='<br>Current Moon Phase:'; str+='<!-- \/\/ Begin Current Moon Phase HTML (c) CalculatorCat.com \/\/ -->'; str+='<table width="200" bgcolor="#000000" style="background-color:#000000" cellpadding="0" cellspacing="3" border="0"><tr><td align="center" style="border: 1px solid #AFB2D8;background-color:#000000; color:#ffffff"><script language="JavaScript" type="text\/javascript" src="http:\/\/www.calculatorcat.com\/codesrc\/moon\/phasenow_b.js"><\/script><script language="JavaScript" type="text\/javascript" src="http:\/\/www.calculatorcat.com\/codesrc\/moon\/phasenow_2h.js"><\/script>'; str+='<font style="font-size:10px;font-family:arial,verdana,sans-serif;color:ffffff" face="arial,verdana,sans-serif" size="1"><a href="http:\/\/www.calculatorcat.com\/moon_phases\/moon_phases.phtml" target="moon_ph" style="color:878787;">lunar phases<\/a><br \/> <\/font><\/td><\/tr><\/table><!-- \/\/ end moon phase HTML \/\/ --> <br>'; str+='<br>'; document.write(str); } writeJS(); //--> </script>
|
|
|
Post by Wormopolis on Dec 29, 2012 16:48:19 GMT -8
I dont know enough about moon phases to even begin writing something. Try this first, check google to see if there is already a code out there that does moon phases per week instead of per day.
|
|