Williebee
05-17-2010, 06:38 PM
I have managed to get all my pages validated with xhtml 1.0 strict, which pleased me.
Now I wanted to add the free recycle widget, obtained from Recyclenow
The code they supply is
<object width="170" height="545"><param name="movie" value="http://www.recyclenow.com/swf/recyclenow_08/SidebarWidget.swf"></param><param name="allowscriptaccess" value="always"></param>
<param name="flashvars" value="widgetBackgroundColor=FFFFFF"></param><embed src="http://www.recyclenow.com/swf/recyclenow_08/SidebarWidget.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="170" height="545" flashVars="widgetBackgroundColor=FFFFFF"></embed><p>Find out what you can recycle at <a href="http://www.recyclenow.com">Recyclenow</a></p></object>
However, this causes severel errors to appear when I try to validate the page.
Is there anything I can do ?
Now I wanted to add the free recycle widget, obtained from Recyclenow
The code they supply is
<object width="170" height="545"><param name="movie" value="http://www.recyclenow.com/swf/recyclenow_08/SidebarWidget.swf"></param><param name="allowscriptaccess" value="always"></param>
<param name="flashvars" value="widgetBackgroundColor=FFFFFF"></param><embed src="http://www.recyclenow.com/swf/recyclenow_08/SidebarWidget.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="170" height="545" flashVars="widgetBackgroundColor=FFFFFF"></embed><p>Find out what you can recycle at <a href="http://www.recyclenow.com">Recyclenow</a></p></object>
However, this causes severel errors to appear when I try to validate the page.
Is there anything I can do ?