gerkintrigg Posted July 16, 2009 Share Posted July 16, 2009 Hi, I was wondering why, by adding a video to our website, we now have over 30 errors on the W3C validator which I do not seem to be able to eradicate. Any suggestions? My website is: http://www.myointernational.com and the w3c validator is: http://validator.w3.org/check?uri=http://www.myointernational.com Link to comment https://forums.phpfreaks.com/topic/166193-w3c-and-video/ Share on other sites More sharing options...
gerkintrigg Posted July 16, 2009 Author Share Posted July 16, 2009 I needed to take it off, as I'm advising a client on their own compatability issues, but when i add this code, it all goes wrong: <object width="316" height="210"> <param name="movie" value="http://www.youtube.com/v/-sLekSfH_Nk&hl=en&fs=1&color1=0xcc2550&color2=0xe87a9f&border=1"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/-sLekSfH_Nk&hl=en&fs=1&color1=0xcc2550&color2=0xe87a9f&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed> </object> is there a way around this? Link to comment https://forums.phpfreaks.com/topic/166193-w3c-and-video/#findComment-876372 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.