KingJeux
06-28-2005, 09:41 PM
what html do I need to put a .swf in the middle of the page, like an image.
|
View Full Version : .Swf in middle KingJeux 06-28-2005, 09:41 PM what html do I need to put a .swf in the middle of the page, like an image. kittycat 06-28-2005, 11:07 PM <table width="100%" height="100%"> <tr> <td valign="middle" align="center"> SWF code here </td> </tr> </table> |