Error on line 24

idi0t

Member!
Joined
Nov 9, 2003
Messages
26
Reaction score
0
Website
www.idi0t.ent
Code:
TEXTAREA, .bginput {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF
}
your missing a ';' on the line 'BACKGROUND-COLOR: #CFCFCF'

it would be nice to fix this because that error is on every page and is very annoying:)
 

idi0t

Member!
Joined
Nov 9, 2003
Messages
26
Reaction score
0
Website
www.idi0t.ent
Originally posted by USCTrey
What the hell are you talking about?
every page on the site has an error popup,
but if you have it set to not show errors, then you wouldnt see it

im just trying to get to the attention of the webmaster :-\
 

-MatriX-

R{S}T
Joined
May 20, 2003
Messages
3,099
Reaction score
0
Location
O <-- LOOK A CIRCLE =O
Website
www.battleforums.com
Erm[COLOR=99DD99], [/COLOR][COLOR=77DD77]s[/COLOR][COLOR=55DD55]o[/COLOR][COLOR=33DD33]rry to bump in and change the subject, but WELCOME TO BATTLE FORUMS.:p[/COLOR]

[COLOR=004400]-[/COLOR][COLOR=006600]M[/COLOR][COLOR=008800]a[/COLOR][COLOR=00AA00]tr[/COLOR][COLOR=00CC00]i[/COLOR][COLOR=00EE00]x[/COLOR][COLOR=00FF00]-[/COLOR]​
 

Zaku

BattleForums Senior Member
Joined
Feb 3, 2003
Messages
3,421
Reaction score
4
Location
Grosse Pointe, MI
I know what your talking about. I'll have someone to look into it tommorow.

Welcome to the forums. Hope you stay. (please do)
 

Neptunez

Premium Member
Joined
Dec 17, 2002
Messages
2,469
Reaction score
0
Website
www.3osoft.com
Thankyou very much for bring this to my attention idi0t and Zaku.

The problem still seems to be there when this section is edited:

Code:
}
SELECT {
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF[color=red];[/color]
}
TEXTAREA, .bginput {
	FONT-SIZE: 12px;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	COLOR: #000000;
	BACKGROUND-COLOR: #CFCFCF[color=red];[/color]
I'l try and debug it later
 
Top