Quote:
Originally Posted by Cold Steel
I added the who's online in the last 24 hours dynamic hack.
I edited it to show some usernames in red. This is my HTML code, in pertinent part:
HTML Code:
<a href='member.php?s=&userid=####'><font color="FF000">Blazn</font></a>
See the screenshots below (first is IE second is NS) - what am I doing wrong?
The weird thing is the usernames show up in red at the top of the page in Firefox - just not at the bottom.
http://forums.asiansinc.com
|
Should be:
Code:
<a href='member.php?s=&userid=####'><font color="#FF0000">Blazn</font></a>
if you are adamant to use <font color... etc.