Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

在DZ论坛帖子中用html代码,表格宽度代码为什么失效?

[复制链接]
kongbai 发表于 2007-12-17 14:16:24 | 显示全部楼层 |阅读模式
一个10列的表格,每列设定一个宽度,但是提交后表格的宽度都成10%了,晕了,咋办啊?
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>无标题文档</title>
  6. </head>
  7. <style type="text/css">
  8. <!--
  9. #price {
  10.         font-size: 12px;
  11.         margin: 0px;
  12.         padding: 0px;
  13.         border-top-width: 0px;
  14.         border-right-width: 0px;
  15.         border-bottom-width: 0px;
  16.         border-left-width: 0px;
  17. }
  18. #pricetable {
  19.         border: 1px solid #005082;
  20.         font-size: 12px;
  21.         font-family: Arial, Helvetica, sans-serif;
  22.         text-align: center;
  23. }
  24. #pricetable td {
  25.         font-size: 12px;
  26.         height: 30px;
  27.         margin: 0px;
  28.         padding: 0px;
  29.         width: 0px;
  30. }
  31. #pricetable tr {
  32.         margin: 0px;
  33.         padding: 0px;
  34. }
  35. .pricetabletitle {
  36.         background-image: url(http://www.tt315.cn/img/tabletitle.gif);
  37.         font-weight: bold;
  38.         color: #FFFFFF;
  39.         background-repeat: repeat-x;
  40.         border-bottom-width: 1px;
  41.         border-bottom-style: solid;
  42.         border-bottom-color: #005082;
  43.         border-right-width: 1px;
  44.         border-left-width: 1px;
  45.         border-right-style: solid;
  46.         border-left-style: solid;
  47.         border-right-color: #afcfe3;
  48.         border-left-color: #afcfe3;
  49.         height: 30px;
  50.         overflow: hidden;
  51. }
  52. .pricetableproperties {
  53.         background-color: #e9f9ff;
  54.         font-weight: bold;
  55.         border-right-width: 1px;
  56.         border-right-style: solid;
  57.         border-right-color: #bec6c7;
  58.         border-bottom-width: 1px;
  59.         border-bottom-style: solid;
  60.         border-bottom-color: #bec6c7;
  61. }
  62. .pricetablepropertiesCopy {
  63.         background-color: #e9f9ff;
  64.         font-weight: bold;
  65.         border-bottom-width: 1px;
  66.         border-bottom-style: solid;
  67.         border-bottom-color: #bec6c7;
  68. }
  69. .pricetabletd {
  70.         background-color: #fdfbe7;
  71.         border-right-width: 1px;
  72.         border-bottom-width: 1px;
  73.         border-right-style: solid;
  74.         border-bottom-style: solid;
  75.         border-right-color: #bec6c7;
  76.         border-bottom-color: #bec6c7;
  77.         padding: 2px;
  78. }
  79. .pricetabletdCopy {
  80.         background-color: #fdfbe7;
  81.         border-bottom-width: 1px;
  82.         border-bottom-style: solid;
  83.         border-bottom-color: #bec6c7;
  84.         padding: 2px;
  85. }
  86. .pricetabletd2 {
  87.         border-right-width: 1px;
  88.         border-bottom-width: 1px;
  89.         border-right-style: solid;
  90.         border-bottom-style: solid;
  91.         border-right-color: #bec6c7;
  92.         border-bottom-color: #bec6c7;
  93.         padding: 2px;
  94. }
  95. .pricetabletdCopy2 {
  96.         border-bottom-width: 1px;
  97.         border-bottom-style: solid;
  98.         border-bottom-color: #bec6c7;
  99.         padding: 2px;
  100. }
  101. </style>
  102. </head>

  103. <body>
  104. <div id="price">
  105. <table width="100%" border="0" cellpadding="0" cellspacing="0" id="pricetable">
  106.   <tr>
  107.     <td colspan="10" class="pricetabletitle">MACBOOK新款超值</td>
  108.   </tr>
  109.   <tr>
  110.     <td width="100" class="pricetableproperties">机型</td>
  111.     <td width="60" class="pricetableproperties">价格</td>
  112.     <td width="40" class="pricetableproperties">货况</td>
  113.     <td width="50" class="pricetableproperties">CPU</td>
  114.     <td width="50" class="pricetableproperties">内存</td>
  115.     <td width="40" class="pricetableproperties">硬盘</td>
  116.     <td width="80" class="pricetableproperties">液晶屏</td>
  117.     <td width="80" class="pricetableproperties">显卡</td>
  118.     <td width="50" class="pricetableproperties">光驱</td>
  119.     <td class="pricetablepropertiesCopy">接口</td>
  120.   </tr>
  121.   <tr>
  122.     <td class="pricetabletd2"><strong>MB061白色</strong><img src="http://www.tt315.cn/img/new.gif" width="28" height="11" align="absmiddle" /></td>
  123.     <td class="pricetabletd2"><font color="#005082">¥8600</font></td>
  124.     <td class="pricetabletd2"><font color="#FF0000">抢购</font></td>
  125.     <td class="pricetabletd2">T7300

  126.     2.0G</td>
  127.     <td class="pricetabletd2">512M*2</td>
  128.     <td class="pricetabletd2">80G</td>
  129.     <td class="pricetabletd2">13.3WXGA+

  130.     (1280*800)</td>
  131.     <td class="pricetabletd2">965GM主板/X3100</td>
  132.     <td class="pricetabletd2">COMBO</td>
  133.     <td class="pricetabletdCopy2">802.11N/BT/1394/USB2.0/isight</td>
  134.   </tr>
  135.   <tr>
  136.     <td class="pricetabletd"><strong>MB062白色</strong><img src="http://www.tt315.cn/img/new.gif" width="28" height="11" align="absmiddle" /></td>
  137.     <td class="pricetabletd"><font color="#005082">¥10200</font></td>
  138.     <td class="pricetabletd"><font color="#FF0000">抢购</font></td>
  139.     <td class="pricetabletd">T7500

  140.     2.2G</td>
  141.     <td class="pricetabletd">512M*2</td>
  142.     <td class="pricetabletd">120G</td>
  143.     <td class="pricetabletd">13.3WXGA+

  144.     (1280*800)</td>
  145.     <td class="pricetabletd">965GM主板/X3100</td>
  146.     <td class="pricetabletd">DVDRW</td>
  147.     <td class="pricetabletdCopy">802.11N/BT/1394/USB2.0/isight</td>
  148.   </tr>
  149.   <tr>
  150.     <td class="pricetabletd2"><strong>MB063黑色</strong><img src="http://www.tt315.cn/img/new.gif" width="28" height="11" align="absmiddle" /></td>
  151.     <td class="pricetabletd2"><font color="#005082">¥10200</font></td>
  152.     <td class="pricetabletd2"><font color="#FF0000">抢购</font></td>
  153.     <td class="pricetabletd2">T7500

  154.     2.2G</td>
  155.     <td class="pricetabletd2">512M*2</td>
  156.     <td class="pricetabletd2">160G</td>
  157.     <td class="pricetabletd2">13.3WXGA+

  158.     (1280*800)</td>
  159.     <td class="pricetabletd2">965GM主板/X3100</td>
  160.     <td class="pricetabletd2">DVDRW</td>
  161.     <td class="pricetabletdCopy2">802.11N/BT/1394/USB2.0
  162.     /isight</td>
  163.   </tr>
  164. </table>
  165. </div>



  166. <p>&nbsp;</p>
  167. </body>
  168. </html>
复制代码
maikongjian14 发表于 2007-12-17 14:20:43 | 显示全部楼层
是不是.改小了...还是其他的原因.

  可以找一下高手.帮你....
回复

使用道具 举报

 楼主| kongbai 发表于 2007-12-17 17:18:49 | 显示全部楼层
   怎么办咯 做个表格宽度都变一样宽了 丑死了... 难道discuz论坛发帖子发个表格都这么难吗?

[ 本帖最后由 kongbai 于 2007-12-17 17:25 编辑 ]
回复

使用道具 举报

xxphp.com 发表于 2007-12-23 15:15:44 | 显示全部楼层
我也遇到了啊
回复

使用道具 举报

 楼主| kongbai 发表于 2008-1-5 09:46:48 | 显示全部楼层
  官方解答一下啊  相信有很多用户遇到了这个问题把 discuz难到连一个表格都弄不好吗?
回复

使用道具 举报

 楼主| kongbai 发表于 2008-1-9 12:45:15 | 显示全部楼层
请各位高手帮忙解答一下吧
附上演示地址:http://bbs.tt315.cn/thread-2275-1-1.html
回复

使用道具 举报

yy2001 发表于 2008-4-10 22:26:13 | 显示全部楼层
我也碰到了这个问题,现在根本发不了带表格的帖
回复

使用道具 举报

立刻计划 发表于 2008-4-23 15:20:13 | 显示全部楼层
都有这个问题,没人解决~
官方的人也不管~
回复

使用道具 举报

kwoer 发表于 2008-4-23 15:24:50 | 显示全部楼层
我一直以在寻求解决方法,可是一直没人解答
郁闷

曾经有几个版主看过,给的答案是你的HTML代码错误 ,我就说怎么可能是错误呢,

在PW里面就一点问题都每有,而一道DZ就出现问题,超级郁闷
回复

使用道具 举报

krkv 发表于 2008-4-23 16:06:23 | 显示全部楼层
style:
#computerInfo {
        width: 100%;
        clear: both;
        overflow: hidden;
        border: 1px solid #005082;
}

<div id="computerInfo">
<p>MACBOOK新款超值</p>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
    <td width="9%">机型</td>
    <td width="7%">价格</td>
    <td width="5%">货况</td>
    <td width="6%">CPU</td>
    <td width="6%">内存</td>
    <td width="5%">硬盘</td>
    <td width="8%">液晶屏</td>
    <td width="8%">显卡</td>
    <td width="4%">备注</td>
    <td width="5%">光驱</td>
    <td width="30%">其他</td>
</tr>
</table>
</div>


剩下的自己写吧 ,  我刚才 只是在 FFOX中试了下  能解决你的问题
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 01:12 , Processed in 0.027057 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表