• 10-01-2010, 20:04:58
    #1
    <table border="1" width="950" id="table1" height="177">
        <tr>
            <td height="20">&nbsp;</td>
            <td height="20">&nbsp;</td>
            <td height="20">&nbsp;</td>
        </tr>
        <tr>
            <td width="490" rowspan="2" valign="top">&nbsp;</td>
            <td width="250" rowspan="2" valign="top">&nbsp;</td>
            <td width="250" valign="top">&nbsp;</td>
        </tr>
        <tr>
            <td width="250" valign="top">&nbsp;</td>
        </tr>
    </table>
    yukarıdaki tablo kodlarını css ye dökerek yardımcı olursanız sevinirim.
  • 10-01-2010, 20:33:02
    #2
    Üyeliği durduruldu
    edit.

    yapıcaktım ama çıkmak zorundayım kusura bakmayın
  • 10-01-2010, 21:29:22
    #3
    yanlış yönlendirmek istemem ama bildiğim kadarı ile style kısmı bu

    <style media="all" type="text/css">
    #table{
    	border:1px;
            border-style:solid;
            border-color:#000;
    	width:950px;
    	height:177px;
    }
    #td1{
    	width:490px;
    	vertical-align:top;
    }
    </style>


    body kısmı ise burda

    <div class="table">
    &nbsp;&nbsp;
    </div>
    <div class="td1">
    &nbsp;&nbsp;&nbsp;
    </div>
  • 10-01-2010, 21:48:37
    #4
    alt alta mı oldu ne... Böyle değil...