Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS Validation: Parse error - Unrecognized

Status
Not open for further replies.

monkle

Programmer
Feb 11, 2004
132
US
I had some issues with CSS not displaying correctly in Mozilla/Firefox browsers, so I decided to validate my css. I've run through and corrected a number of problems, and I'm down to one last problem, but it's got me pretty well stumped.

The problem seems to be in the style tag itself. It returns an error from the first line down to the first } in the file, no matter what's in between. I can put a } at the end of the tag, and it only returns the error for that tag.


Code:
<STYLE TYPE="TEXT/CSS">

<!--

td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top