Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any way to make this xhtml strict compliant? 1

Status
Not open for further replies.

gwrman

IS-IT--Management
Dec 20, 2005
94
0
0
CA
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?

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
 
See Bye Bye Embed on A List Apart

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
wow, thanks, this is perfect. I appreciate it. Weird that i browsed that site for a few hours just yesterday and didnt see this.

Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top