At my wife's request, I added month markers to the background of the pregnancy clock. They are positioned at the beginning of each month, and, of course, depend on the due date entered when the clock is assembled by the Javascript function.
I will also have to add some text to say how many days and months have passed, and how many remain of the pregnancy.
WC
Yey! GReat! Mwah!
ReplyDeleteThanks, dear.
ReplyDeleteMy love, which is the real code? I don't know the code. I want to put it in my blogs too.
ReplyDeleteHere's what you would paste into the widget contents:
ReplyDelete<div id="pregnancy-clock-div"></div>
<script type="text/javascript"
src="https://sites.google.com/site/wizardclocks/special-events/pregnancy-clock/pregnancyTimeline.js?attredirects=0&d=1"> </script>
<script type="text/javascript">
createTimeline("July 27, 2011",
document.getElementById("pregnancy-clock-div"));
</script>
Hx.