The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Why don't colors display in Firefox!!?
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> 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 |
#2
|
||||
|
||||
Quote:
Code:
<a href='member.php?s=&userid=####'><font color="#FF0000">Blazn</font></a> |
#3
|
||||
|
||||
/me smacks forehead.
Thanks. Much appreciated. |
#4
|
||||
|
||||
Thanks, Mark.B.
|
#5
|
||||
|
||||
Quote:
<a href="LINK" style="#COLOR">Bleh</a> |
#6
|
||||
|
||||
Font tag is deprecated in HTML 4.01 and unsupported by XHTML strict, but more importantly will make revising your site design harder down the road.
CSS is the way to go. If you need help learning it, refer to W3Schools.com, a great resource site. Quote:
HTML Code:
<a href="" style="color: #hexcolor"></a> |
#7
|
||||
|
||||
bleh i knew i forgot somthing, thanks ^^''
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|