• 14-01-2011, 13:11:46
    #1
    Üyeliği durduruldu
    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 -->
  • 14-01-2011, 13:27:19
    #2
    Emy
    Üyeliği durduruldu
    <table border="0">
      <tr>
        <td><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>
      </tr>
      <tr>
        <td><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>
      </tr>
      <tr>
        <td> <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>
    </table>
    Gereksiz kodları kaldırdım.
  • 14-01-2011, 14:43:35
    #3
    Üyeliği durduruldu
    teşekkürler ama ben saatlerin altında "ülke isimlerinin" de yazmasını istiyorum yukarıdaki resim gibi, mümkün müdür acaba?
  • 14-01-2011, 15:21:52
    #4
    Emy
    Üyeliği durduruldu
    Zamanım dar görmedim kusura bakmayın.
    Buyurun;
    <table border="0">
      <tr>
        <td><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>
      </tr><td valign="top">
                <p align="center"><font color="#800000"><b>İstanbul</b></font></td>
      <tr>
        <td><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>
      </tr><td valign="top">
                <p align="center"><font color="#336699"><b>Seoul &amp; Tokyo</b></font></td>
      <tr>
        <td> <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><td valign="top">
                <p align="center"><font color="#008080"><b>Pekin</b></font></td>
    </table>