• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

قفل کردن اندازه جدول

mohsen_shahab

کاربر تازه وارد
تاریخ عضویت
30 نوامبر 2005
نوشته‌ها
76
لایک‌ها
0
سلام
چه جوری میشه اندازه جدول رو قفل کرد.طوری که به هیچ وجه بزرگ یا کوچیک نشه
من یه جدول درم که اندازش 184 هستش و روی کامپیمتر خودم درست اجرا میشه ولی وقتی اپلودش میکنم 100% میشه و اجازه نمیده جدول کناری نشون داده به چی کار کنم؟
اینم کدش
HTML:
<table width="183" height="300" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="97%" height="300" align="center" valign="top" bgcolor="#333333"><table width="180" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td><img src="frindes.gif" width="180" height="35" /></td>
      </tr>
    </table>
        <marquee align="middle" behavior="scroll" direction="up" onMouseOver="stop()" onMouseOut="start()" scrollamount="9">
        <table width="148" height="88" border="0" align="center">
          <tr>
            <td width="170"><a href="www.sxc.hu" target="_blank"><img src="bann1.gif" width="140" height="80" border="0" align="top" /></a></td>
          </tr>
        </table>
          <table width="89" height="64" border="0" align="center">
          <tr>
            <td><a href="http://www.opera.com" target="_blank"><img src="bann2.gif" width="140" height="80" border="0" /></a></td>
          </tr>
        </table>
          <table width="100" border="0" align="center">
          <tr>
            <td><a href="http://www.scootertechno.com" target="_blank"><img src="bann4.gif" width="140" height="80" border="0" /></a></td>
          </tr>
        </table>
          <table width="148" border="0" align="center">
          <tr>
            <td><a href="http://www.php.net" target="_blank"><img src="bann5.gif" width="140" height="80" border="0" /></a></td>
          </tr>
        </table>
      </marquee>
        <table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td><img src="counter.gif" width="180" height="35" /></td>
          </tr>
        </table>
      <br />
        <table width="138" height="110" border="0" align="center">
          <tr>
            <td width="139" align="center" valign="top"><?php include("counter.php"); ?></td>
          </tr>
      </table></td>
  </tr>
 

mazoolagh

Registered User
تاریخ عضویت
10 آپریل 2004
نوشته‌ها
2,938
لایک‌ها
7
با یک نگاه سرسری این اشکالها دیده میشه:
1- تگ ها درست بسته نیست
2- table یک سطری داخل table دیگه! چرا؟
 
بالا