Quote:
|
Yeah, but I need that counter, the GTA one.
|
That is the counter used in the GTA website. It is used like this on that website:
Code:
<div align="center"><script language="JavaScript">
TargetDate = "12/2/2008 0:00 AM";
BackColor = "#171717";
ForeColor = "#ffffff";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "GTA4 PC: %%D%% Days, %%H%% Hours, %%M%% Mins, %%S%% Secs";
FinishMessage = "GTA4 PC Version!";
</script>
<script language="JavaScript" src="http://www.gta4.tv/clan/js/countdown.js"></script></div>
Pasting the above code in any web page will display the GTA counter correctly.