Page is a not externally linkable
soccrates - 1:00 am on Sep 18, 2012 (gmt 0)
Lucy,
I figured out one of the errors, so only one more to go.
I am using the W3cvalidator. My CSS is in a separate file and the parsing errors that I noted above are from the W3cValidator.
This is the css from the css file:
main.css*|#socialmedia {
}
* #socialmedia *|ul *|li {
display: inline;
margin-left: 5px;
}
* socialmedia *|img {
border-style: none;
}
It is the first line that is a problem. I looked to see if their was further explanation about the error but did not find any. I don't know enough about CSS to figure this out yet so any insights will help. Thanks.