|
For those who want to use the simple CGT counter on their site, here
is a small script provided by the combine for your use.
This counter can be displayed by using the following line of code:
<iframe name="cgt" MARGINHEIGHT="0" MARGINwidth="0"
frameborder="0" height="13" width="145" scrolling="no"
src="/rules/cgt.php?enter_parameters_here"></iframe>
Parameters use standard HTML url format (
?bg=ffffff&col=000000&size=1&font=verdana ) and are as follows:
- bg : Background color, can accept either normal or hex color code
(HTML code, without the #) ie, red, blue, 000000, 61A600
- col : Text color, can accept either normal or hex color code (HTML
code, without the #) ie, red, blue, 000000, 61A600
- size : 1-8 : size of the displayed text (feel free to adjust the
IFRAME dimensions to suit)
- font : any common font
Those with PHP enabled servers can make their own ticking CGT clock
using this
code.
Contact khan@swcombine.com
if you have any trouble getting the counter to work.
|