<font face="arial" size="2">   This may be a silly question, but is the table (or surrounding element) smaller than 640x480?  setting a visible border on your tables and other elements will usually help you to troubleshoot this.<br /><br />Cheers,<br /><br />Peter<br /><br /></font>
                <font face="Tahoma, Arial, Sans-Serif" size="2">
                                <b>From</b>: suresh kumar <a href="mailto:asureshkumar_1983@yahoo.co.in">asureshkumar_1983@yahoo.co.in</a><br /></font>
                <br />
                <div>Hi to all,</div>
                <div>           I want to display the movie in the center of the browser both vertically and horozontally,but right now its displaying center -horizontally but not verically. i also tired out valign='middle' but its not working for me.i dont know the reason.can any some help me</div>
                <div> </div>
                <div>this is my code</div>
                <div> </div>
                <div>&lt;table width="100%" height='100%'  width='100%' cellSpacing='0px' cellPadding='0px' border='0px' cellborder='0' cellmargin='0'&gt;</div>
                <div> </div>
                <div>&lt;tr align="center" valign='middle'&gt; </div>
                <div> </div>
                <div>&lt;td id="frame1" height='100%' width='100%' align="center" valign='middle'&gt;</div>
                <div>
                                <br />&lt;div id="iedisplayarea" style="position:absolute;visibility:visible;z-index:2;top:0%; left:0; overflow:hidden;width:100%;height:100%;" &gt;</div>
                <div> </div>
                <div>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</div>
                <div> </div>
                <div>this.picObj = document.createElement('EMBED');  <br />              <br /> this.picObj.setAttribute('id',"aShow"); <br />            <br /> this.picObj.setAttribute('width','640');  <br />             <br /> this.picObj.setAttribute('height' ,'480');  <br />             <br />  <br /> this.picObj.src = 'movie.mpeg';<br /> <br /> oDis=document.getElementById('iedisplayarea');<br />             <br /> this.picObj= oDis.appendChild(this.picObj);</div>