treehouse : what would you like to learn today?
Web Design Web Development iOS Development

browser error

  • 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!
  • 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... :)