Howdy all!
I'm sure there is an easy way to code this, but I have no clue.
I'm trying to add the 'verse of the day' to my website here:
http://heavenlychristianforums.com/attachments/upload_2014-11-14_10-32-57-png.19/
Using this HTML code:
<script type="text/javascript" language="JavaScript" src="http://www.biblegateway.com/votd/votd.write.callback.js">
</script>
<script type="text/javascript" language="JavaScript" src="http://www.biblegateway.com/votd/get?format=json&version=NASB&callback=BG.votdWriteCallback">
</script>
<!-- alternative for no javascript -->
<noscript>
<iframe framespacing="0" frameborder="no" src="http://www.biblegateway.com/votd/get?format=html&version=NASB">View Verse of the Day</iframe>
</noscript>
This is not a simple copy/paste into the ad_header. Also, the color of the font needs to be changed to white. Any ideas?
I'm sure there is an easy way to code this, but I have no clue.
I'm trying to add the 'verse of the day' to my website here:
http://heavenlychristianforums.com/attachments/upload_2014-11-14_10-32-57-png.19/
Using this HTML code:
<script type="text/javascript" language="JavaScript" src="http://www.biblegateway.com/votd/votd.write.callback.js">
</script>
<script type="text/javascript" language="JavaScript" src="http://www.biblegateway.com/votd/get?format=json&version=NASB&callback=BG.votdWriteCallback">
</script>
<!-- alternative for no javascript -->
<noscript>
<iframe framespacing="0" frameborder="no" src="http://www.biblegateway.com/votd/get?format=html&version=NASB">View Verse of the Day</iframe>
</noscript>
This is not a simple copy/paste into the ad_header. Also, the color of the font needs to be changed to white. Any ideas?