vchris 3 Posted February 24, 2007 Report Share Posted February 24, 2007 What does this css error mean? Please, validate your XML document first!Line 55Column 78The reference to entity "warning" must end with the ';' delimiter. Quote Link to post Share on other sites
boen_robot 107 Posted February 24, 2007 Report Share Posted February 24, 2007 Exactly what is not clear?Entities end with ";". Like " " for example. Is that it? The reason for this error is most likely a URL containing query strings. Turn the ampersants in the URL into & entities. Quote Link to post Share on other sites
vchris 3 Posted February 24, 2007 Author Report Share Posted February 24, 2007 it's a css error not xhtml... Quote Link to post Share on other sites
PrateekSaxena 1 Posted February 24, 2007 Report Share Posted February 24, 2007 I think they mean - border-color:red; Quote Link to post Share on other sites
Kevin M 0 Posted February 24, 2007 Report Share Posted February 24, 2007 Just a guess, but maybe you left out the semicolon (; ) at the end of one of the lines in the Style Sheet? Quote Link to post Share on other sites
PrateekSaxena 1 Posted February 24, 2007 Report Share Posted February 24, 2007 You are allowed to put no semi colon if ther is ony one attribute but semi colon is need for more than one Quote Link to post Share on other sites
vchris 3 Posted February 24, 2007 Author Report Share Posted February 24, 2007 Forget it I found the error. When I validated with the url I used the homepage url and it seems like it only checks the page you input in the url. There was no css on that page so it gave xml errors. I then changed the url to my css stylesheet and everything is fine. I thought the css validator was able to find the css stylesheet by itself. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.