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).


<!-- TNIV Bible Daily Scripture Begin-->
<table width="100%" border="0" cellpadding="3" cellspacing="1" bgcolor="#CCCCCC">
<tr><td valign="middle" bgcolor="#FFFFFF">
<a href="http://www.tniv.info/syndicate/rss/tniv.xml" target="_blank"><img src="http://www.tniv.info/syndicate/images/rss.gif" alt="XML RSS v2.0 Syndicated. Click to add to RSS Reader." width="36" height="14" border="0" align="right"></a><img src="http://www.tniv.info/syndicate/images/tnivlogo.gif" width="30" height="31" hspace="3" vspace="3" border="0" align="absmiddle">

<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("Today's Daily Scripture for " + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate())
</script>

</td></tr>
<tr><td>
<script language="javascript" src="http://www.tniv.info/syndicate/web/tniv.txt"></script>
<br><br>
<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>

</td>
</tr>
</table>
<!-- TNIV Bible Daily Scripture End-->