busnut Posted May 15, 2009 Share Posted May 15, 2009 G'day I've used the CSS validator here http://www.cssportal.com/css-validator/validate.htm and have received this response: 223 Property align doesn't exist : center yet I can't find where the issue could be? I've looked at the 'index.php' and the other pages that are included, still no luck. Any ideas? And is such an error that important? Quote Link to comment https://forums.phpfreaks.com/topic/158222-solved-css-validator/ Share on other sites More sharing options...
Ken2k7 Posted May 15, 2009 Share Posted May 15, 2009 I would think it would be line 223 of some page. The importance of it is up to you. Quote Link to comment https://forums.phpfreaks.com/topic/158222-solved-css-validator/#findComment-834551 Share on other sites More sharing options...
busnut Posted May 15, 2009 Author Share Posted May 15, 2009 I would think it would be line 223 of some page. The importance of it is up to you. I eventually found it. It wasn't actually on line 223 of any particular file, for some reason it just wanted to include itself there (don't know why). It was actually the 'home' page that is included in the index page, and I had <div style="border: 1px solid #FF0000; padding: 2px; margin: 5px; align: center;"> and it just didn't like that bit of 'align: center' in there. So out she's gone and now no errors Quote Link to comment https://forums.phpfreaks.com/topic/158222-solved-css-validator/#findComment-834563 Share on other sites More sharing options...
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.