Color change Problem

Discussion in 'JavaScript' started by david Williams, Feb 28, 2008.

  1. #1
    OK i have a problem and i can quite figure it out. I have found a Conversion chart and i want to switch the color but i can quite get it. I want to change the Color of "enter Kilograms" and "value in pounds" to the color "B9B9B9"


    <form name="inputForm"><script language="JavaScript" src="http://www.metric

    -conversions.org/weight/kilograms-to-pounds.js"></script><table width="53%"

    border="1" bordercolor="#b9b9b9"><tr><td colspan="2"><font size="-2"

    face="Verdana, Arial, Helvetica, sans-serif"><strong><a href="http://www.metric

    -conversions.org/weight/kilograms-to-pounds.htm">Kilograms to Pounds

    conversions</a></strong></font></td></tr><tr><td width="72%"><table

    width="100%%" border="0"><tr><td width="56%"><font size="-2"

    face="Verdana, Arial, Helvetica, sans-serif">Enter Kilograms</font></td><td

    width="44%"><font size="-2"><input name="arguement" type="text"

    id="arguement" size="10" maxlength="10"></font></td></tr></table></td><td

    width="28%"><input type="button" name="Button" value="convert"

    onClick="javascript:convert()"></td></tr><tr><td colspan="2"><table

    width="100%%" border="0"><tr><td width="66%"><font size="-2"

    face="Verdana, Arial, Helvetica, sans-serif">Value in Pounds</font></td><td

    width="34%"><font size="-2"> </font><font size="-2" face="Verdana, Arial,

    Helvetica, sans-serif"><input name="result" type="text" id="result" size="10"

    maxlength="0"></font></td></tr></table></td></tr><tr><td colspan="2"><div

    align="center"><font size="-2" face="Verdana, Arial, Helvetica, sans-

    serif"><strong><a href="http://www.metric-conversions.org">provided by metric

    conversions</a></strong></font></div></td></tr></table></form>


    I all ready changed the Border color to b9b9b9 now just need to know how to change those two other 2 sections.

    Thanks for the help in advance
     
    david Williams, Feb 28, 2008 IP
  2. rkquest

    rkquest Well-Known Member

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    140
    #2
    This is not a javascript and you should've posted it in HTML and Web Design forum.
    Anyway, which color are you trying to change? Font? Background?
     
    rkquest, Feb 28, 2008 IP