I am using the tinyMCE editor to insert youtube videos into my Pages which delivers the following code…
<object style="width: 425px; height: 350px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/TASNWJZ_p9U" /><embed style="width: 425px; height: 350px;" type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/TASNWJZ_p9U"></embed></object>
Can I use CSS to automatically apply a background color/padding/border to these videos?