I updated the addon so the font-color of the "change" is green if the change is postive and it's red if the change is negative.
For those who have this installed change adv_portal_stocksbits
to this
HTML Code:
<tr>
<td class="alt1" nowrap="nowrap"><a href="http://finance.yahoo.com/q?s=$quote[sym]" id="stock$quote[sym]">$quote[sym]</a>$dropdown</td>
<td class="alt2" nowrap="nowrap" align="center">$quote[lasttrade]</td>
<td class="alt1" nowrap="nowrap" align="center">$quote[open]</td>
<if condition="$quote[change]< 0"><td class="alt2" nowrap="nowrap" align="center" style="color:red">$quote[change]</td><else /><td class="alt2" nowrap="nowrap" align="center" style="color:green">$quote[change]</td></if>
<td class="alt1" nowrap="nowrap" align="center">$quote[day_lowrange] - $quote[day_highrange]</td>
<td class="alt2" nowrap="nowrap" align="center">$quote[volume]</td>
<td class="alt1" nowrap="nowrap" align="center">$quote[update_date] - $quote[update_time]</td>
</tr>
and for those who want to install it, I updated the zip so it will work.
-Danny.