FF and IE Embedded YouTube Problem

Status
Not open for further replies.

CntdwnToExtn

Fully Optimized
Messages
1,746
Location
Parents Basement...Still
I'm confused at what I'm suppose to do in order to get embedded YouTube on the same line in FF like it is for IE.
Even with the closing embed and open embed tags on the same line, they are still displayed on separate lines

Thanks!


Code


FireFox 3


IE7
 
You need to include them both in a TR (table row)

Heres the jobby...

Code:
<table width="100%" border="0">
  <tr>
    <td><!--YOUTUBE 1 -->/td>
    <td><!-- YOUTUBE 2 --></td>
  </tr>
</table>

Just ad more data cells as required.

Cheers. :D
 
Status
Not open for further replies.
Back
Top Bottom