CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
browser error
er!n
Permalink to comment
#
March 2009
I'm trying to check the browser compatability on my pages and keep getting an error on line 11 saying found 7 errors in BCI.css, does this mean the errors are just on my external style sheet, or could there be errors on my page also?
here is line with the error
11 <link href="BCI.css" rel="stylesheet" type="text/css" />
12 <style type="text/css">
13 <!--
14 body,td,th {
15 font-family: Arial, Helvetica, sans-serif;
16 }
any help would be wonderful!
Robskiwarrior
Permalink to comment
#
March 2009
well if its found 11 errors IN the .css file - then I would say its in your CSS lol
What validator are you using? do you have a link to the site? etc... etc... :)
Add a Comment
here is line with the error
11 <link href="BCI.css" rel="stylesheet" type="text/css" />
12 <style type="text/css">
13 <!--
14 body,td,th {
15 font-family: Arial, Helvetica, sans-serif;
16 }
any help would be wonderful!
What validator are you using? do you have a link to the site? etc... etc... :)