TNIV Daily Scripture Verse for Web Developers

Instructions:

Copy and Paste the following code into your web page. Please make sure that you are in HTML or CODE mode and not DESIGN mode (you need to see the HTML code to paste this code in). Then add your font and table tags to modify the look. Skill level required is intermediate (experience with HTML).


<!-- Begin TNIV Bible Daily Scripture-->
<script language="JavaScript">
dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
now = new Date
document.write("Daily Manna from the 'Net for " + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate())
</script>
<br><br>
<script language="javascript" src="http://www.tniv.info/syndicate/web/tniv.txt"></script>
<br><br>
<img src="http://www.tniv.info/syndicate/images/tnivlogo_s.gif" width="13" height="13" hspace="3" vspace="3" border="0" align="absmiddle"><font size="-2">Provided by <a href="http://www.tniv.info/syndicate/index.php" target="_blank">Today's New International Version TNIV Bible.</a></font>
<!-- End TNIV Daily Scripture-->