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"> </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&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??
<div class="dual"> </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&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:
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?
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?