PDA

View Full Version : uncentered page


kompas
09-06-2004, 09:32 AM
Hello there,
I already upload my .swf site in internet. And it works. The problem is, why it have uncentered page? Is it any problem in my publish setting? What I'm gonna do to make my page center on window browser?

exygen
09-06-2004, 08:39 PM
nest the swf inside a table like this:

<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%">
<tr>
<td>flash goes here</td>
</tr>
</table>
</center>
</div>

kompas
09-09-2004, 08:40 AM
OK, with a little value changes IT'S WORK! THANX.