vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Why don't colors display in Firefox!!? (https://vborg.vbsupport.ru/showthread.php?t=67033)

Cold Steel 07-10-2004 12:05 PM

Why don't colors display in Firefox!!?
 
1 Attachment(s)
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

Natch 07-10-2004 12:48 PM

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.

Cold Steel 07-10-2004 12:58 PM

/me smacks forehead.

Thanks. Much appreciated.

Cold Steel 07-10-2004 02:27 PM

Thanks, Mark.B.

Zachery 07-10-2004 03:05 PM

Quote:

Originally Posted by Cold Steel
Thanks, Mark.B.

if we want to be all xhtml correct

<a href="LINK" style="#COLOR">Bleh</a>

Velocd 07-10-2004 03:55 PM

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:

Originally Posted by zachery
<a href="LINK" style="#COLOR">Bleh</a>

The correct syntax would be:

HTML Code:

<a href="" style="color: #hexcolor"></a>

Zachery 07-10-2004 05:38 PM

bleh i knew i forgot somthing, thanks ^^''


All times are GMT. The time now is 07:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01000 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete