View Single Post
Old 21-10-2003, 16:28   #10 (permalink)
b-berg
its nice to b
 
b-berg's Avatar
 
Join Date: Oct 2003
Location: Lublin, Poland
Posts: 3
Answer to your problem is ... one simple table. Works on everything. No CSS necessary.
Code:
<table border="0" width="100%" height="100%" cellspacing="0" cellpadding="0"> <tr> <td valign="middle" align="center"> *your flash goes here* </td> </tr> </table>
Simplest way is the best ;]
  Reply With Quote