I am trying to validate a page that includes an embedded video clip from youtube. Is there any way I can adjust the code they suggest, so that it validates as xhtml strict?
Thanks in advance
Code:
<object height="158" width="193">
<param name="movie" value="[URL unfurl="true"]http://www.youtube.com/v/pIO4Pxc7eHA">[/URL]
<param name="wmode" value="transparent">
<embed src="[URL unfurl="true"]http://www.youtube.com/v/pIO4Pxc7eHA"[/URL] type="application/x-shockwave-flash" wmode="transparent" height="158" width="193">
</object>
Thanks in advance