<footer></footer>
<!DOCTYPE html>
<HEADER>
header {display: block;border: solid thin blue;background-image: url(images/header.jpg);height: 206px;background-repeat: no-repeat;width: 900px;background-position: top center;}
<link rel="stylesheet" type="text/css" href="data:text/css,">
<footer></footer>They are not working. Selecting them with developer tools. No CSS is seen. I'm on a wordpress site.
I have
<!DOCTYPE html>Also, http://css-tricks.com/how-to-ask-a-good-question-in-the-forums/
http://homerunlogo.com/test/sample-page
<HEADER>(as they are written in style.css) are definitely applied, this is what I see:However the styles you described for #nav-menu and #nav are not, because you did not give any element the id "nav-menu" or "nav". Perhaps you meant nav instead of #nav?
i think the stylesheet is mislinked.