There is a strange problem I have noticed with embedding Youtube videos in my website/blog.
If I do this in the valid xhtml fashion (i.e. leaving out the <embed> tag) then it works just fine in firefox or opera, however it will not show up in internet explorer.
If I then include the <embed> tag so that it will work in IE, my page no longer validates as xhtml.
Does anyone know of a method which satisfies both (i.e. works in IE but is still valid).
If I do this in the valid xhtml fashion (i.e. leaving out the <embed> tag) then it works just fine in firefox or opera, however it will not show up in internet explorer.
If I then include the <embed> tag so that it will work in IE, my page no longer validates as xhtml.
Does anyone know of a method which satisfies both (i.e. works in IE but is still valid).