Quote:
Originally Posted by Bob_R
EDIT: How come 2 of the timers read Countdown Complete?
|
The template for forumhome is really just a guide as to how you could display it, so in parts I included all the code including the bit to show a message when the timer was complete - that is what you are seeing when it says 'COUNTDOWN COMPLETE'
To remove it, search for
Code:
<div class="info_message" id="complete_info_message" style="display: none;">
Countdown Complete
</div>
It may appear more than once. Delete it.