On 05/07/2007 11:22, Ian Piper wrote: > > Thanks Georg. I will try these ideas out. > > Regarding the xhtml errors, I completely agree. You will probably > have noticed that all of those validation errors come from the use of > a flash-based logo. I did advise my client about this, but they > insisted on having the logo, and I haven't found any useful way to > get a flash logo like this one to validate on a web page. > > Thanks, > > > Ian. > --
You could try fixing the flash embedding bode so that 1. The element and attibute names are all in lower case 2. The <param> elements are closed: <param attr="val" /> Then run it through again. It won't fix everything, but xhtml must all be in lower case. -- http://antanova.blogspot.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
