Instructions for adding an
AIF Countdown Clock to your website
Step 1: Add the stylesheet reference
This goes into the HTML header area of your page:
<link rel="stylesheet" type="text/css" href="http://www.atheistfoxholes.org/clock.css" />
While the code is in two lines in this example, it can all go on one line.
Step 2: Add an iframe
In the spot where you would like the countdown timer to appear, add this HTML code:
<iframe id="AIF" src="http://www.atheistfoxholes.org/clockiframe.html" frameborder="0"></iframe>
Once again, it can all go on one line, although splitting it up like this is OK too.
That’s all there is to it! If you get stuck use our contact form and we may be able to help.
Hints
You can embed the iframe in a container, such as a centered div.
Make sure you add this as HTML, not as text content – the brackets (< and >) are the characters themselves, not their HTML entities: < and >








