Hi Amateur,
I just have look at your page using the detailed mode of the script. It is all black...
It is normal because the script display tables, text into table and links and it needs to be customized to your needs (colors).
You are actually using this code:
Code:
<SCRIPT language="Javascript" src="http://www.gambling-pro.com/services/news.php?user=xxxxxxxx&m=d&f=font&fc=hexcol&lc=hexcol&ch=hexcol&ca=hexcol&bc=hexcol"></SCRIPT>
Here is the parameters that you need to set up:
user : your username ;
f : the font that you want to use in the articles (arial, verdana, tahoma...) ;
fc : the color of the font (any hexadecimal color) ;
lc : the color of the links, for the links to the articles source (any hexadecimal color) ;
ch : the color of the background where the headline is displayed (any hexadecimal color) ;
ca : the color of the backgound where the article is displayed (any hexadecimal color) ;
bc : the color of the border lines for the table (any hexadecimal color).
If you are seeing all black it's because no parameters are configured so the script takes 0 values for every variable, and it equals to black.
An example
Code:
<SCRIPT language="Javascript" src="http://www.gambling-pro.com/services/news.php?
user=xxxxxxxx&m=d&f=arial&fc=FFFFFF&lc=FFFF00&ch=FF0000&ca=0000FF
&bc=000000"></SCRIPT>
That's all! Just experiment with some colors until you like what you see.