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.
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;
}