----- Original Message ----- 
From: John Kanding <[EMAIL PROTECTED]>
Subject: <lingo-l> center the shockwave file in html


> 
>  Does anyone know how to center the shockwave movie regardless of the screen 
>resolution 640, 800, 1024 in an easy way or do I have to write some javascript? 
>  

How about something like this?:

<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<embed blablabla (Here is my cool shockwave)>
</td>
</tr>
</table>
</body>

Having everything embraced in a fullsize singlecelled table to align perfectly is 
something I use very often.
HTH

/jonas



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to