arkadaşlar aşağıd html kodları var bu kodları eklediğimde saatler yan yana dizili olarak gözüküyor!
ama ben alt alta sıralanmasını istiyorum, nasıl yaparım?
teşekkürler

<!-- saat -->
<div align="center">
    <table border="0" width="100%" cellpadding="0" id="table1">
        <tr>
            <td width="33%" height="1">
            <p align="center"><script type="text/javascript" src="http://www.worldtimeserver.com/clocks/embed.js"></script><script type="text/javascript" language="JavaScript">objTR=new Object;objTR.wtsclock="wtsclock001.swf";objTR.color="C00000";objTR.wtsid="TR";objTR.width=100;objTR.height=100;objTR.wmode="transparent";showClock(objTR);</script></td>
            <td width="33%" height="1%">
            <p align="center"><script type="text/javascript" src="http://www.worldtimeserver.com/clocks/embed.js"></script><script type="text/javascript" language="JavaScript">objKR=new Object;objKR.wtsclock="wtsclock001.swf";objKR.color="6495ED";objKR.wtsid="KR";objKR.width=100;objKR.height=100;objKR.wmode="transparent";showClock(objKR);</script></td>
            <td width="33%" height="1%">
            <p align="center"><script type="text/javascript" src="http://www.worldtimeserver.com/clocks/embed.js"></script><script type="text/javascript" language="JavaScript">objCN=new Object;objCN.wtsclock="wtsclock001.swf";objCN.color="008080";objCN.wtsid="CN";objCN.width=100;objCN.height=100;objCN.wmode="transparent";showClock(objCN);</script></td>
        </tr>
        <tr>
            <td width="33%" valign="top">
            <p align="center"><font color="#800000"><b>İstanbul</b></font></td>
            <td width="33%" valign="top">
            <p align="center"><font color="#336699"><b>Seoul &amp; Tokyo</b></font></td>
            <td width="33%" valign="top">
            <p align="center"><font color="#008080"><b>Pekin</b></font></td>
        </tr>
    </table>
</div>
<!-- saat -->