Saturday, 14 September 2013

Linked CSS-document is shown as inline css in developer tools. what's wrong?

Linked CSS-document is shown as inline css in developer tools. what's wrong?

the page i am talking about is here: http://fc-suebia.de/trikotbestellung/
In my html-document i link to an "extern" css-document.
<link rel="stylesheet" href="styles.css" type="text/css" />
But in the developer tools and in the source code the styles are shown to
me as "inline"-stlyes. But they are not! what is wrong with my code?

No comments:

Post a Comment