Plz Help! I need to move a video from left to right...

Discussion in 'HTML & Website Design' started by guyroz, Feb 14, 2010.

  1. #1
    Hey
    I really need help with my lending page... I use a template from the vendor and there is a video clip embeded in the text.
    the problem is - the video should appear next to the text on the right but instead it appears above the text on the left
    this is the code:
    <div class="dual">&nbsp;</div>
    <br />
    <div align="right">
    <ul>
    <embed
    style="width: 277px; height: 253px; margin-right: 60px; margin-bottom: 10px;"
    id="VideoPlayback" type="application/x-shockwave-flash"
    src="http://video.google.com/googleplayer.swf?docId=-754268490213738228&amp;hl=en"
    flashvars="" align="right" height="253"
    width="277">
    <div align="left"> <li><strong><a
    href="mylink">textheadline</a></strong></li>
    <li>text</li>
    <li><strong>text</strong></li>
    <li>text</li>
    <li><strong>text</strong></li>
    <li>text</li>
    <li><strong>text</strong></li>

    Waht should I do??
     
    guyroz, Feb 14, 2010 IP
  2. blacksheep666

    blacksheep666 Active Member

    Messages:
    68
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    93
    #2
    
    <div class="dual">&nbsp;</div>
    <br />
    <div align="right">
    	<embed
    		style="width: 277px; height: 253px; margin-right: 60px; margin-bottom: 10px;"
    		id="VideoPlayback" type="application/x-shockwave-flash"
    		src="http://video.google.com/googleplayer.swf?docId=-754268490213738228&amp;hl=en"
    		flashvars="" align="right" height="253"
    		width="277">
    	</embed>	
    </div>
    
    <ul>
    	<li><strong><a href="mylink">textheadline</a></strong></li>
    	<li>text</li>
    	<li><strong>text</strong></li>
    	<li>text</li>
    	<li><strong>text</strong></li>
    	<li>text</li>
    	<li><strong>text</strong></li>
    
    
    
    HTML:
     
    blacksheep666, Feb 15, 2010 IP
  3. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #3
    But I tried the code and video appeared on the right.
     
    s_ruben, Feb 15, 2010 IP
  4. guyroz

    guyroz Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4

    Tried it but it doesnt seem to change it...
     
    guyroz, Feb 15, 2010 IP
  5. guyroz

    guyroz Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Is it next to the text or above it?
    Is it possible that you will see the website in a different way on different browsers?
     
    guyroz, Feb 15, 2010 IP
  6. s_ruben

    s_ruben Active Member

    Messages:
    735
    Likes Received:
    26
    Best Answers:
    1
    Trophy Points:
    78
    #6
    Video is on the right. And I've tested it with Firefox, Opera, IE6, Chrome, Safari.
     
    s_ruben, Feb 15, 2010 IP
  7. guyroz

    guyroz Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thanks
    I checked it on google chrome and it's fine.

    So I guess the problem is only with explorer
    anyone has any idea why?
     
    guyroz, Feb 15, 2010 IP