Text colors in jave script

Discussion in 'JavaScript' started by coldgansta, Jul 13, 2007.

  1. #1
    Hi all

    I have a lil problem.
    Ive installed a basic users online script to my link directory.
    To call the script info to page you place simple java script.
    But the script is placing the text in black and as i have a black b-ground
    you cant see the input number.
    this is the link to my directory the users online is left side
    http://www.your-bids.com/LinkDirectory/

    This is the jave to call the info to page
    Users Online: <script language="JavaScript" src="/cgi-bin/online/online.cgi?output=javascript">
    how would i get the script to show in white
    i tryed this and it dident work
    <font color="#ffffff">Users Online: <script language="JavaScript" src="/cgi-bin/online/online.cgi?output=javascript">
    any help will be great
    thanks
     
    coldgansta, Jul 13, 2007 IP
  2. nabil_kadimi

    nabil_kadimi Well-Known Member

    Messages:
    1,065
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #2
    Users Online:  <span style="color:#FFFFFF"><script language="JavaScript" src="/cgi-bin/online/online.cgi?output=javascript"></script></span>
    HTML:
     
    nabil_kadimi, Jul 13, 2007 IP
  3. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    that code dident work
    lol
     
    coldgansta, Jul 14, 2007 IP
  4. coldgansta

    coldgansta Guest

    Messages:
    1,614
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I had to change the code in the online.cgi and now it works
    thanks
     
    coldgansta, Jul 14, 2007 IP