chrisdab
01-14-2009, 05:10 AM
I am tweaking a script and I have this menu I want to change around.
it had this code which called the id="city_stat"
<td id="city_stat" style="color: green; text-align: right;"></td></tr>');
"city_stat" was part of a function with a formula.
I tried to add more code into that table, but dont know how to call "city_stat." I tried
<td style="text-align: right;">'+my_code+'<font color=green> <id="city_stat"></td></tr>');
and
<td style="text-align: right;">'+my_code+'<font color=green> '+city_stat+'</td></tr>');
it had this code which called the id="city_stat"
<td id="city_stat" style="color: green; text-align: right;"></td></tr>');
"city_stat" was part of a function with a formula.
I tried to add more code into that table, but dont know how to call "city_stat." I tried
<td style="text-align: right;">'+my_code+'<font color=green> <id="city_stat"></td></tr>');
and
<td style="text-align: right;">'+my_code+'<font color=green> '+city_stat+'</td></tr>');