Thread: resize youtube
View Single Post
  #28  
Old 04-26-2008, 02:11 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: resize youtube

This is what you should be aiming for. This should go inside the central space provided it has a beginning TD and ending /TD outside of it....

Code:
<!-- central space --> <table> <!-- TR breadcrumb row (2cols combined) --> <tr> <td colspan="2"> <font class="NavigationPath"> <a class="NavigationPath" href="home.php">Main page</a> </font> </td> </tr> <!-- TR picture and vid row (2cols) --> <tr> <td> <!-- TD cell 1 picture --> <img src="img/partner.jpg"/> </td> <td bgcolor="#FF0000"> <!-- TD cell 2 vid --> <object width="150" height="125"><param name="movie" value="http://www.youtube.com/v/4g9Mqs-Pw2o&hl=en&rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4g9Mqs-Pw2o&hl=en&rel=0" type="application/x-shockwave-flash" wmode="transparent" width="150" height="125"></embed></object> </td> </tr> <!-- TR text row (2cols combined) --> <tr> <td colspan="2">some loads of text</td> </tr> </table> <!-- /central space -->
__________________
Doms
kube v4.1.9
Reply With Quote